Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTabControl.SetStandardStyle(TcxPCStandardStyle) Method

Applies the specified painting style to a tab control.

#Declaration

Delphi
procedure SetStandardStyle(StandardStyle: TcxPCStandardStyle);

#Parameters

Name Type
StandardStyle TcxPCStandardStyle

#Remarks

Call this method to apply the specified painting style to a tab control. The applied painting style is specified by the StandardStyle parameter. Tab controls provide eleven predefined painting styles. Consider the table below for the list of these styles and corresponding values for the StandardStyle parameter.

Style name Description
tsTabs Applies the Tabs painting style to a control.
tsButtons Applies the Buttons painting style to a control.
tsFlatButtons Applies the Flat Buttons painting style to a control.

These method parameter descriptions assume that the LookAndFeel property has no effect on the painting style applied to the control. Please refer to the Applying Painting Styles topic for more information on how the painting style of the control can be changed.

See Also