Removes an Action from this ActionCollection.

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

Syntax

C#
public bool Remove(
	Action action
)
Visual Basic
Public Function Remove ( _
	action As Action _
) As Boolean

Parameters

action
Type: TallComponents.PDF.Actions..::..Action
The action to remove.

Return Value

true if removing the action succeeded/

See Also