Launch action.

Namespace: TallComponents.PDF.Actions
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public virtual void Launch(
	string path,
	WindowBehavior windowBehavior,
	ActionContext context
)
Visual Basic
Public Overridable Sub Launch ( _
	path As String, _
	windowBehavior As WindowBehavior, _
	context As ActionContext _
)

Parameters

path
Type: System..::..String
The path to launch.
windowBehavior
Type: TallComponents.PDF.Navigation..::..WindowBehavior
The windows behavior to use.
context
Type: TallComponents.PDF.Actions..::..ActionContext
The context in which this action is executed.

Remarks

context can be nullNothingnullptra null reference (Nothing in Visual Basic).

See Also