TcxCustomTabControlProperties.ShowFrame Property
In This Article
Specifies the visibility of page borders.
#Declaration
Delphi
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 HideFalse
, the Show
property value is ignored and the border is always displayed.
#Default Value
The ShowFrame
property’s default value is False
.
See Also