ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Controls.Types.TCommandSource

Indicates where a command originated.

Syntax
Pascal
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.