Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Command Options

Embedded Object Grooper.Activities

Defines options for a Command.

Remarks

The CommandOptions class allows administrators to control which commands are available to users during review and how they are accessed. Each instance represents a single command and provides options to:

  • Enable or disable the command in the context menu.
  • Assign or override shortcut keys for quick access.
  • View the command's type, applicable object type, and scope.

Use this class to tailor the review experience, ensuring that only relevant commands are exposed and that frequently used actions are easily accessible.

Usage Example

  • To disable a command, set ShowOnContextMenu to false.
  • To assign a custom shortcut, set ShortcutKeys to a desired key combination (e.g., Ctrl+Shift+S).
  • Use CommandTypeName, AppliesTo, and Scope to identify and organize command options.

> Best Practice: Limit available commands to those necessary for your workflow and assign intuitive shortcuts for efficiency.

Properties

NameTypeDescription

Used By

Notification