C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / InputActionCollection Class / Remove Method
The element to remove.

In This Topic
Remove Method (InputActionCollection)
In This Topic
Removes an element from the current collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal inputAction As InputAction _
) 
 

Parameters

inputAction
The element to remove.
See Also