TcxCustomHintStyleController.UseHintControlLookAndFeel Property
Specifies whether to use the corresponding control’s look and feel.
Declaration
property UseHintControlLookAndFeel: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Value | Meaning |
---|---|
True | The hint is painted with the look and feel specified by the corresponding control’s LookAndFeel property. |
False | The hint is painted with the look and feel specified by the hint style controller’s LookAndFeel property. |
The default value of the UseHintControlLookAndFeel property is False.
See Also