TdxCustomRibbonForm.UseSkinColor Property
Specifies if the Ribbon form uses the active skin‘s color scheme.
Declaration
property UseSkinColor: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
The Ribbon form can use colors from the active skin’s palette if an application includes a skin controller whose NativeStyle and UseSkins properties are set to False and True, respectively. If the UseSkinColor property is set to False, the form uses the Color property value instead.
Note
The UseSkinColor property is ignored if the form is not skinned.
The UseSkinColor property’s default value is True.
See Also