TSRVCloseButton

Properties  | Overview

<< Click to display table of contents >>

TSRVCloseButton

Properties  | Overview

TSRVCloseButton contains properties of closing buttons that can be displayed on all tabs of TSRVTabSet or TSRVImagesScroll.

Unit SRVTabSet.

Syntax

TSRVCloseButton = class(TPersistent)

Hierarchy

TObject

TPersistent

Properties

Closing buttons are shown if Visible=True. If the tab set control has only a single tab, a closing button is displayed only if AllowCloseLastTab=True.

Closing buttons can be shown either on all tabs, or only on a highlighted tab, or only on an active tab, depending on Visibility.

Positions of closing buttons are defined with the properties HorizontalAlign, VerticalAlign, IndentX, IndentY.

Size of closing buttons is defined with the properties Width and Height.

SRVTabSet CloseButton