System.Windows.Forms.GroupBox: Property Members

The properties of System.Windows.Forms.GroupBox are listed below. For a list of all members, see the GroupBox Members list.

See Also: Inherited members from System.Windows.Forms.Control

Public Properties

override
AllowDropbool.

Gets or sets a value that indicates whether the control will allow drag-and-drop operations and events to be used.

override
AutoSizebool.

Gets or sets a value that indicates whether the System.Windows.Forms.GroupBox resizes based on its contents.

AutoSizeModeAutoSizeMode.

Gets or sets how the System.Windows.Forms.GroupBox behaves when its Control.AutoSize property is enabled.

[read-only]
override
DisplayRectangleSystem.Drawing.Rectangle.

Gets a rectangle that represents the dimensions of the System.Windows.Forms.GroupBox.

FlatStyleFlatStyle.

Gets or sets the flat style appearance of the group box control.

TabStopbool.

Gets or sets a value that indicates whether the user can press the TAB key to give the focus to the System.Windows.Forms.GroupBox.

override
Textstring. Documentation for this section has not yet been entered.
UseCompatibleTextRenderingbool.

Gets or sets a value that determines whether to use the System.Drawing.Graphics class (ndptecgdiplus) or the System.Windows.Forms.TextRenderer class (ndptecgdi) to render text

Protected Properties

[read-only]
override
CreateParamsCreateParams. Documentation for this section has not yet been entered.
[read-only]
override
DefaultPaddingPadding.

Gets the System.Windows.Forms.Padding structure that contains the default padding settings for a System.Windows.Forms.GroupBox control.

[read-only]
override
DefaultSizeSystem.Drawing.Size. Documentation for this section has not yet been entered.