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
override | AllowDrop | bool.
Gets or sets a value that indicates whether the control will allow drag-and-drop operations and events to be used. |
override | AutoSize | bool.
Gets or sets a value that indicates whether the System.Windows.Forms.GroupBox resizes based on its contents. |
AutoSizeMode | AutoSizeMode.
Gets or sets how the System.Windows.Forms.GroupBox behaves when its Control.AutoSize property is enabled. | |
[read-only] override | DisplayRectangle | System.Drawing.Rectangle.
Gets a rectangle that represents the dimensions of the System.Windows.Forms.GroupBox. |
FlatStyle | FlatStyle.
Gets or sets the flat style appearance of the group box control. | |
TabStop | bool.
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 | Text | string. Documentation for this section has not yet been entered. |
UseCompatibleTextRendering | bool.
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 |
[read-only] override | CreateParams | CreateParams. Documentation for this section has not yet been entered. |
[read-only] override | DefaultPadding | Padding.
Gets the System.Windows.Forms.Padding structure that contains the default padding settings for a System.Windows.Forms.GroupBox control. |
[read-only] override | DefaultSize | System.Drawing.Size. Documentation for this section has not yet been entered. |