JAMS Developer Guide
Region Property (AgentCtl)


MVPSI.JAMS Namespace > AgentCtl Class : Region Property
Syntax
'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 AgentCtl
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;}
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

Reference

AgentCtl Class
AgentCtl Members