BarProcessFlag Enum
Indicates the type of processing to occur.
public enum BarProcessFlag
Fields
| Name | Description |
|---|---|
| Deselect | Deselect any selections. |
| GetBarManager | Gets a BarManager, if any is listening. |
| GetModes | Retrieves the list of available modes. |
| ImageChanged | Notifies that the image was changed. |
| Layout | Force a layout. |
| NotifyCategoryItemAdded | Notifies that a bar command category has been added. |
| NotifyCategoryItemRemoved | Notifies that a bar command category has been removed. |
| NotifyKeyboardShortcutAdded | Notifies that a bar command keyboard shortcut has been added. |
| NotifyKeyboardShortcutRemoved | Notifies that a bar command keyboard shortcut has been removed. |
| NotifyModeAdded | Notifies that a mode has been added. |
| Paint | Paint. |
| RaiseCommandClickEvent | Raise a command click event. |
| RaiseCommandPopupEvent | Raise a command popup event. |
| RemoveCommandLinksForCommand | Removes the command links for the specified command. |
| SyncCommands | Syncs the commands with a BarManager. |
| TextChanged | Notifies that the text was changed. |
| UpdateCommandLinkDesignerDefaults | Updates the command link designer defaults. |
| UpdateCommandLinkMnemonics | Updates the command link mnemonics. |