IUserProfileDisableKeyboardShortcuts Property
|
Gets or sets a value indicating whether keyboard shortcuts are disabled.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool DisableKeyboardShortcuts { get; set; }Property DisableKeyboardShortcuts As Boolean
Get
Set
property bool DisableKeyboardShortcuts {
bool get ();
void set (bool value);
}abstract DisableKeyboardShortcuts : bool with get, set
Property Value
Boolean
See Also