ClientRectangle Property
See Also 
SourceCode.Workflow.WizardFramework.Authentication Namespace > CredentialsDialog Class : ClientRectangle Property



Glossary Item Box

Syntax

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) Copy Code
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();
}

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