MobileForms Toolkit Documentation

Shortcut.Enabled Property

Gets or sets a value indicating whether the Shortcut can respond to user interaction.

public bool Enabled {get; set;}

Property Value

true if the Shortcut can respond to user interaction; otherwise, false. The default is true.

Remarks

The Enabled property allows Shortcuts to be enabled or disabled at run time. For example, you can disable Shortcuts that do not apply to the current state of the application. You can also disable a Shortcut to restrict its use. For example, it can be disabled to prevent the user from clicking it. If a Shortcut is disabled, it cannot be selected and no event is raised.

See Also

Shortcut Class | Resco.Controls.OutlookControls Namespace