|
|
|
|
Transparent Property, TabClass Class |
Defines whether the tab image uses image transparency.
Syntax TabClass Class (Softelvdm.SftTabsNET)
VB |
Public Property Transparent As Boolean |
C# |
public bool Transparent { get; set; } |
C++ |
public: property bool Transparent { |
Property Value
True if the tab's defined image (Image or ImageList property) uses image transparency, False otherwise.
The default value is False.
Comments
The Transparent property defines whether the tab image uses image transparency.
The Transparent property is provided for compatibility with earlier releases. The available ImagePartClass should be used instead.