Construction Methods
| Method | Description |
|---|---|
| CCmdUI | Constructs a CCmdUI object. |
Operations Methods
| Method | Description |
|---|---|
| Enable | Enables or disables the user-interface item for this command. |
| SetCheck | Sets the check state of the user-interface item for this command. |
| SetRadio | Like the SetCheck method, but operates on radio groups. |
| SetText | Sets the text for the user-interface item for this command. |
| ContinueRouting | Tells the command-routing mechanism to continue routing the current message down the chain of handlers. |