CheckGroupBoxCheckBox Property

Gets the AdvancedCheckBox control, which serves as the checkbox of the CheckGroupBox control.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public AdvancedCheckBox CheckBox { get; }

Property Value

AdvancedCheckBox

See Also