CheckGroupBox Class
Represents a
GroupBox control with a
CheckBox that can be checked or unchecked to enable or disable the content of the group box.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[ToolboxBitmapAttribute(typeof(CheckGroupBox), "Resources.Toolbox.CheckGroupBox.png")]
public class CheckGroupBox : GroupBox,
ICustomLocalizable, IToolTipTargetProvider
<ToolboxBitmapAttribute(GetType(CheckGroupBox), "Resources.Toolbox.CheckGroupBox.png")>
Public Class CheckGroupBox
Inherits GroupBox
Implements ICustomLocalizable, IToolTipTargetProvider
[ToolboxBitmapAttribute(typeof(CheckGroupBox), L"Resources.Toolbox.CheckGroupBox.png")]
public ref class CheckGroupBox : public GroupBox,
ICustomLocalizable, IToolTipTargetProvider
[<ToolboxBitmapAttribute(typeof(CheckGroupBox), "Resources.Toolbox.CheckGroupBox.png")>]
type CheckGroupBox =
class
inherit GroupBox
interface ICustomLocalizable
interface IToolTipTargetProvider
end
- Inheritance
- Object MarshalByRefObject Component Control GroupBox CheckGroupBox
- Implements
- ICustomLocalizable, IToolTipTargetProvider
The following animated image illustrates the behavior of the CheckGroupBox class:

The image above is from the
KGy SOFT Imaging Tools application,
but you can also use the
example application
that has many
CheckGroupBox instances on the controls test pages.
At the
Releases page of the project repository you can download its executable binaries.
| CheckGroupBox |
Initializes a new instance of the CheckGroupBox class.
|
| CheckBox |
Gets the AdvancedCheckBox control, which serves as the checkbox of the CheckGroupBox control.
|
| Checked |
Gets or sets whether the CheckBox of the CheckGroupBox control is checked.
When checked, the content of the group box is enabled, otherwise it is disabled.
Default value: .
|
| FlatStyle |
Gets or sets the flat style appearance of the CheckBox and the GroupBox.
Default value: Standard.
|
| ForeColor | Gets or sets the foreground color of the control. (Overrides ControlForeColor) |
| Text |
Gets or sets the text of the CheckGroupBox. That is, the text of the CheckBox control.
(Overrides GroupBoxText) |
| UseCompatibleTextRendering |
Gets or sets whether to use the text rendering engine compatible with .NET Framework 1.x (GDI+) or not (GDI).
Default value: .
|