![]() |
![]() ![]() ![]() |
acShortcut component.
|
type
|
TacShortcutRunAs = (raNormal, raMinimized, raMaximized);
|
|
property RunAs: TacShortcutRunAs;
|
The RunAs parameter determines or specifies how the the application, executed by shortcut should be started.
|
|
Value | Meaning
|
raNormal | starts the application in normal-size window;
|
raMinimized | minimize the application minimized;
|
raMaximized | maximize the application on startup.
|
LinkTarget property.
|