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