Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.WorkspaceSettings Library / WSInputMapAction Object / AddParameterAsBoolean Method
The parameter value to add.
In This Topic
AddParameterAsBoolean Method (WSInputMapAction)
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 WSInputMapAction Object

Parameters

param
The parameter value to add.
See Also