ArcFM Solution Developer Guide
Region Property (AUBrowserControl)


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

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

AUBrowserControl Class
AUBrowserControl Members

 

 


Send Comment