TcxCustomTabControlProperties.ShowFrame Property
Specifies the visibility of page borders.
Declaration
property ShowFrame: Boolean read; write; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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) |
|
True |
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