DIM hAction AS Action hAction = Action [ Key AS String [ , Parent AS Control ] ]Returns an object used for manipulating all the controls associated with the specified action.
The action Key can be:
![]() | You must specify the Parent argument when your action is local, i.e. when its name begins with a dot. Otherwise all controls will match, even those which are not observed by Parent. |