Action
Previous  Next

Gets a string that specifies the cause for the last AfterSelect event.
Syntax: Action
The possible values are:
bykeyboard
bymouse
collapse
expand
unknown

Example:
Sub tv_AfterSelect
      if tv.Action = "bymouse" then ...
End Sub