Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / InputMapAction Object / AddParameterAsBoolean Method
The parameter value to add.
In This Topic
AddParameterAsBoolean Method (InputMapAction)
In This Topic
Appends a boolean parameter to the end of the action's parameter list.
Syntax
expression.AddParameterAsBoolean( _
   ByVal param As Boolean _
) 
where expression is a variable that represents a InputMapAction Object

Parameters

param
The parameter value to add.
See Also