CheckGroupBoxChecked Property
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:
.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(true)]
public bool Checked { get; set; }
<DefaultValueAttribute(true)>
Public Property Checked As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool Checked {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(true)>]
member Checked : bool with get, set
Property Value
Boolean