TabPageTitle Property

Gets or sets the text label associated with this TabPage.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public string Title { get; set; }

Property Value

String

Remarks

The text is drawn over the TabPage. Its position is determined by TitleMargins and TitleAlignment.

If the text is too long to fit in the area designated for it, then only that portion which fits into it, will be drawn. Also, if more than one line fits into that area, the text is automatically wrapped.

See Also