[]
        
(Showing Draft Content)

FarPoint.Win.TabManager.SetTabFont

SetTabFont Method

SetTabFont(int, Font)

Sets the font.

Declaration
public virtual void SetTabFont(int index, Font newFont)
Public Overridable Sub SetTabFont(index As Integer, newFont As Font)
Parameters
Type Name Description
int index

Tab index

Font newFont
Implements