Class LaunchAction
Launch an external application or open a file with the viewer’s associated handler.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Actions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class LaunchAction : Action
Constructors
LaunchAction()
Create an empty launch action.
Declaration
public LaunchAction()
LaunchAction(String)
Create a launch action targeting the specified file.
Declaration
public LaunchAction(string file)
Parameters
|
System.String
file
The path or name of the file to be launched or opened. |
Properties
File
Gets or sets the file to launch or open via the operating system.
Declaration
public string File { get; set; }
Property Value
|
System.String
The file path or name. |
OpenInNewWindow
Gets or sets whether the target should open in a new window when supported.
Declaration
public bool OpenInNewWindow { get; set; }
Property Value
|
System.Boolean
true if the file should be opened in a new window; otherwise, false. |