Skip to content

P_Ekstrand_Windows_Forms_GroupBox_DisplayRectangle

Fred Ekstrand edited this page Aug 4, 2020 · 2 revisions

GroupBox.DisplayRectangle Property

Gets the rectangle that represents the display area of the control.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public override Rectangle DisplayRectangle { get; }

VB

<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Overrides ReadOnly Property DisplayRectangle As Rectangle
	Get

C++

public:
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
virtual property Rectangle DisplayRectangle {
	Rectangle get () override;
}

F#

[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>]
abstract DisplayRectangle : Rectangle with get
[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>]
override DisplayRectangle : Rectangle with get

Property Value

Type: Rectangle

See Also

Reference

GroupBox Class
Ekstrand.Windows.Forms Namespace

Clone this wiki locally