[This is preliminary documentation and is subject to change.]

Gets or sets value indicating if keyboard shortcuts for clipboard operations are allowed for keywords

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 ShortcutsEnabled { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)> _
Public Property ShortcutsEnabled As Boolean
	Get
	Set
Visual C++
[DefaultValueAttribute(true)]
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::Behavior)]
public:
property bool ShortcutsEnabled {
	bool get ();
	void set (bool value);
}
F#
[<DefaultValueAttribute(true)>]
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.Behavior)>]
member ShortcutsEnabled : bool with get, set
JScript
function get ShortcutsEnabled () : boolean
function set ShortcutsEnabled (value : boolean)

Field Value

Default value is true

Return Value

True if shortcuts are enabled, false if they are not

See Also