| B | |
|---|---|
Binds the command to the given button (currently only supports SRP buttons). | |
| C | |
Within the Commands table, checks to see if there are any duplicate keyboard shortcuts. | |
List all commands that are in a specific command category (group). | |
| D | |
| Disable | Disables the given commands. |
| E | |
| Enable | Enables the given commands. |
| Execute | Executes the given command. |
| G | |
| GenerateXML | Creates the XML used to init a ribbon from all the commands in the database. |
Gets the command's category. | |
Gets the list of all command categories. | |
Gets the command record data. | |
| GetCommandList | Gets the requested list of commands. |
| GetExecuteProcedure | Gets the command's execute procedure. |
| GetSmallIcon | Gets the command's small icon image. |
| GetTreeItem | Converts a command into a SRP Tree ItemList structure. |
| H | |
| Hide | Hides the given commands. |
| I | |
| Init | Caches useful command information that will be used throughout the life of the application. |
| N | |
Posts FW_COMMANDS_CHANGED event to all registered listeners. | |
| R | |
Registers the window to listen for a FW_COMMANDS_CHANGED event. | |
| RemoveCommandFromCache | Called when a command is deleted from the database. |
| S | |
Sets a command's parent category. | |
| SetupTree | Sets up a tree control from start to finish to contain all the commands. |
| ShowContextMenu | Shows a context menu from the list of commands. |
| U | |
| UnregisterListener | Unregisters the window to listen for a FW_COMMANDS_CHANGED event. |
| UpdateCommand | Update data in a command. |
| UpdateCommandInCache | Called when a command is updated in the database. |
| UpdateRepository | Updates the repository to ensure the command has an APPROW entity pointer. |