Gets the context menu target CSS class for attaching context menu to node.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <CategoryAttribute("Context Menu"), _ BrowsableAttribute(False)> Public ReadOnly Property ContextMenuTargetCssClass As String |
| C# |
|---|
| [CategoryAttribute("Context Menu")] [BrowsableAttribute(False)] public string ContextMenuTargetCssClass { get; } |
| C++ |
|---|
| [CategoryAttribute(L"Context Menu")] [BrowsableAttribute(False)] public property string ContextMenuTargetCssClass sealed { String get(); } |
| J# |
|---|
| /** @attribute CategoryAttribute("Context Menu") */ /** @attribute BrowsableAttribute(False) */ /** property */ public string get_ContextMenuTargetCssClass(); |
| JScript |
|---|
| public function get ContextMenuTargetCssClass() : String |
Property Value
The context menu target CSS class.