PPCC Namespace
Gets or sets the selected color tab page
Namespace:
PPCC.ColorTabAssembly: ColorTab (in ColorTab.dll)
Version: 1.6.4.0
Syntax
| C# |
|---|
public ColorTabPage SelectedTab { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property SelectedTab As ColorTabPage |
| Visual C++ |
|---|
public: property ColorTabPage^ SelectedTab { ColorTabPage^ get (); void set (ColorTabPage^ value); } |