Skip to main content

TcxCustomTabControlProperties.ShowFrame Property

Specifies the visibility of page borders.

Declaration

property ShowFrame: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

True if page borders are visible; otherwise, False.

Remarks

Set this property to True to display page borders. This will emphasize the page contents within a page control or tab control. Otherwise, page borders will be hidden.

Value Example
False (default) No Page Borders
True Page Borders are Visible

Note

If skins are applied to the tab control and the HideTabs property is set to False, the ShowFrame property value is ignored and the border is always displayed.

Default Value

The ShowFrame property’s default value is False.

See Also