'Declaration
<SRDescriptionAttribute("The region, or shape, of this control.")> <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <SRCategoryAttribute("Layout")> Public Property Region As System.Drawing.Region
'Usage
Dim instance As EditSourceDialog Dim value As System.Drawing.Region instance.Region = value value = instance.Region
[SRDescription("The region, or shape, of this control.")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRCategory("Layout")] public System.Drawing.Region Region {get; set;}