[This is preliminary documentation and is subject to change.]
Gets or sets value indicating if context menu for ListBox which shows keybords is enabled
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[DefaultValueAttribute(true)] [KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)] public bool ContextMenuEnabled { get; set; } |
| Visual Basic |
|---|
<DefaultValueAttribute(True)> _ <KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)> _ Public Property ContextMenuEnabled As Boolean Get Set |
| Visual C++ |
|---|
[DefaultValueAttribute(true)] [KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Behavior)] public: property bool ContextMenuEnabled { bool get (); void set (bool value); } |
| F# |
|---|
[<DefaultValueAttribute(true)>] [<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>] member ContextMenuEnabled : bool with get, set |
| JScript |
|---|
function get ContextMenuEnabled () : boolean function set ContextMenuEnabled (value : boolean) |