Vcl.StdCtrls.TCustomCheckBox.AllowGrayed
Delphi
property AllowGrayed: Boolean read FAllowGrayed write FAllowGrayed default False;
C++
__property bool AllowGrayed = {read=FAllowGrayed, write=FAllowGrayed, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomCheckBox |
Description
Determines whether a check box can be in a dimmed state.
If AllowGrayed is set to True, the check box has three possible states: selected, cleared, and dimmed. If AllowGrayed is set to False, the check box has only two possible states: selected and cleared.
See Also
Code Examples