Nevron .NET Vision
Nevron.Diagram.WebForm Namespace / NDrawingViewDesigner Class / SetRegionContent Method


In This Topic
    SetRegionContent Method (NDrawingViewDesigner)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub SetRegionContent( _
       ByVal region As System.Web.UI.Design.EditableDesignerRegion, _
       ByVal content As System.String _
    ) 
    'Usage
     
    
    Dim instance As NDrawingViewDesigner
    Dim region As System.Web.UI.Design.EditableDesignerRegion
    Dim content As System.String
     
    instance.SetRegionContent(region, content)
    protected void SetRegionContent( 
       System.Web.UI.Design.EditableDesignerRegion region,
       System.string content
    )

    Parameters

    region
    content
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also