<< Click to display table of contents >> TSRVCloseButton.Visibility |
Specifies when tab closing buttons are displayed.
type
TSRVTSCloseButtonVisibility = (srvcbvAlways, srvcbvHot, srvcbvActive);
property Visibility: TSRVTSCloseButtonVisibility;
Closing buttons are displayed only if Visible is True.
Visibility |
Meaning |
srvcbvAlways |
Buttons are displayed on all tabs |
srvcbvHot |
A button is displayed only on the tab below the mouse pointer |
srvcbvActive |
A button is displayed only on the active tab (Tabs[TabIndex]) |
Default value:
srvcbvAlways