![]() |
![]() ![]() ![]() |
dcShellLink component.
|
type
|
TdcFileAssociationRunAs = (raNormal, raMinimized, raMaximized);
|
|
property RunAs: TdcFileAssociationRunAs;
|
The RunAs parameter determines or specifies how the the application, executed by shell link (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.
|