|
|
|
|
TextOnly Property, SftTabs Class |
Discontinued.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Property TextOnly As Boolean |
C# |
public bool TextOnly { get; set; } |
C++ |
public: property bool TextOnly { |
Property Value
True if the tab background color is used for tab text only, False otherwise, in which case the color is used for the entire tab.
The default value is False.
Comments
The TextOnly property has been discontinued.
The TextOnly property defines whether the specified tab background color is used for tab text only.
This property has been discontinued and has no effect. The BackColor property of individual parts can be used to define their individual background colors.