ShellBrowser Delphi Components Documentation
|
Indicates where a command originated.
TCommandSource = ( Call, Keyboard, ContextMenu );
Members |
Description |
Call |
The command was called in code. This is the default value. |
Keyboard |
The command was executed via a keyboard shortcut. Currently not used. |
ContextMenu |
The command was executed via the context menu. |