PromptPlus API:TreeViewStyles
TreeViewStyles
Namespace: PPlus.Controls
Represents The Style TreeView Control
public enum TreeViewStyles
Inheritance Object → ValueType → Enum → TreeViewStyles
Implements IComparable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
Prompt | 0 | Prompt Region |
Answer | 1 | Answer Region |
Description | 2 | Description Region |
Selected | 3 | Selected state |
UnSelected | 4 | UnSelected state |
Disabled | 5 | Disabled state |
Error | 6 | Error Region |
Pagination | 7 | Pagination Region |
TaggedInfo | 8 | TaggedInfo Region |
Tooltips | 9 | Tooltips Region |
Lines | 10 | Lines Region |
FilterMatch | 11 | Filter Match Region |
FilterUnMatch | 12 | Filter UnMatch Region |
TreeViewRoot | 13 | TreeView Root region/state |
TreeViewParent | 14 | TreeView Parent region/state |
TreeViewChild | 15 | TreeView Child region/state |
TreeViewExpand | 16 | TreeView Expand region/state |