[]
        
(Showing Draft Content)

FarPoint.Win.ITabManager

ITabManager Interface

Interface that provides the information for painting sheet tabs.

Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public interface ITabManager
Public Interface ITabManager

Properties

Name Description
SelectedTab

Gets or sets the index of the active tab.

TabBackColor

Gets or sets the background color of the tab.

TabCount

Gets or sets the number of tabs.

TabFont

Gets or sets the font of the tab.

TabForeColor

Gets or sets the text color of the tab.

TabStrip

Gets or sets the tab strip.

Methods

Name Description
GetTabBackColor(int)

Gets the background color of the tab.

GetTabFont(int)

Gets the font of the tab.

GetTabForeColor(int)

Gets the text color of the tab.

GetTabPicture(int)

Gets the picture of the tab.

GetTabShape(int)

Gets tab shape.

GetTabText(int)

Gets the text of the tab.

SetTabBackColor(int, Color)

Sets the background color of the tab.

SetTabFont(int, Font)

Sets the font of the tab.

SetTabForeColor(int, Color)

Sets the text color of the tab.

SetTabPicture(int, Picture)

Sets the picture of the tab.

SetTabShape(int, GraphicsPath)

Sets tab shape.

SetTabText(int, string)

Sets the text of the tab.

TabMove(int, int)

Moves to a new tab.

Events

Name Description
TabManagerChange

Tab manager change.