JAMS Developer Guide
ClientRectangle Property (AgentCtl)


MVPSI.JAMS Namespace > AgentCtl Class : ClientRectangle Property
Syntax
'Declaration
 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.BrowsableAttribute(False)>
<SRCategoryAttribute("Layout")>
<SRDescriptionAttribute("Retrieves the rectangle of the inner area of this control.")>
Public ReadOnly Property ClientRectangle As System.Drawing.Rectangle
'Usage
 
Dim instance As AgentCtl
Dim value As System.Drawing.Rectangle
 
value = instance.ClientRectangle
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
[SRCategory("Layout")]
[SRDescription("Retrieves the rectangle of the inner area of this control.")]
public System.Drawing.Rectangle ClientRectangle {get;}
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