Gets or sets the context menu add text.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <DefaultValueAttribute("Add"), _ CategoryAttribute("Context Menu"), _ BrowsableAttribute(True)> Public Property ContextMenuAddText As String |
| C# |
|---|
| [DefaultValueAttribute("Add")] [CategoryAttribute("Context Menu")] [BrowsableAttribute(True)] public string ContextMenuAddText { get; set; } |
| C++ |
|---|
| [DefaultValueAttribute(L"Add")] [CategoryAttribute(L"Context Menu")] [BrowsableAttribute(True)] public property string ContextMenuAddText sealed { String get(); void set(String value); } |
| J# |
|---|
| /** @attribute DefaultValueAttribute("Add") */ /** @attribute CategoryAttribute("Context Menu") */ /** @attribute BrowsableAttribute(True) */ /** property */ public string get_ContextMenuAddText(); /** property */ public void set_ContextMenuAddText(string value); |
| JScript |
|---|
| public function get ContextMenuAddText() : String public function set ContextMenuAddText(value : String); |
Property Value
The context menu add text.