Theme class of ASTreeView. It applies different themes for ASTreeView.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <SerializableAttribute> Public Class ASTreeViewTheme |
| C# |
|---|
| [SerializableAttribute] public class ASTreeViewTheme |
| C++ |
|---|
| [SerializableAttribute] ref class ASTreeViewTheme |
| J# |
|---|
| /** @attribute SerializableAttribute() */ public class ASTreeViewTheme |
| JScript |
|---|
| public SerializableAttribute class ASTreeViewTheme |
Inheritance Hierarchy
System.Object
Geekees.Common.Controls.ASTreeViewTheme
Geekees.Common.Controls.ASTreeViewTheme
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.