'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 EditSourceDialog 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;}