TdxLayoutLookAndFeelCaptionOptions.TextDisabledColor Property
Specifies the text color for disabled layout elements.
Declaration
property TextDisabledColor: TColor read; write; default clDefault;
Property Value
Type | Default |
---|---|
TColor | clDefault |
Remarks
A layout element is disabled, if its Enabled property is False.
The default value of the TextDisabledColor property is clDefault.
See Also