Ui > Ui Assembly Interfaces > IWinShellExecuteInfo
The IWinShellExecuteInfo interface contains properties that set up properties for opening a file or application.
The following methods are used to open a file or application:
Property name | Brief description | |
![]() |
Directory | The Directory property determines the directory, from which a file or application is opened. |
![]() |
File | The File property determines name of the file or application to be opened. |
![]() |
Parameters | The Parameters property determines command line parameters, with which a file or application opens. |
![]() |
ParentWindow | The property is under development. |
![]() |
ShowCommand | The ShowCommand property determines state of the opened file or application's window. |
![]() |
Silent | The Silent property determines whether the dialog boxes of errors that occur when opening file or application are displayed. |
![]() |
Verb | The Verb property determines the command that must be used on opening the application or document specified in the File property. |
![]() |
WaitTimeout | The WaitTimeout property determines the amount of time that the program will wait for the started application to complete its work. |
![]() |
WaitToTerminate | The WaitToTerminate property determines whether to wait for completion of the started application. |
See also: