[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.FormsT
Assembly: 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)

Field Value

Default value is true

Return Value

True if it is enabled, false if it is not

See Also