SetTabFont Method
SetTabFont(int, Font)
Sets the font settings for the specified tab.
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 |
|
| Font |
newFont |
|