Visual Basic (Declaration) | |
---|---|
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <SRCategoryAttribute("Layout")> <SRDescriptionAttribute("Retrieves the rectangle of the inner area of this control.")> Public ReadOnly Property ClientRectangle As Rectangle |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CredentialsDialog Dim value As Rectangle value = instance.ClientRectangle |
C# | |
---|---|
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRCategory("Layout")] [SRDescription("Retrieves the rectangle of the inner area of this control.")] public Rectangle ClientRectangle {get;} |
C++/CLI | |
---|---|
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRCategory("Layout")] [SRDescription("Retrieves the rectangle of the inner area of this control.")] public: property Rectangle ClientRectangle { Rectangle get(); } |
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