ZenMenuItem.ActionID



ActionID() As Long
ED
avaliable
RT
read only

Remarks

Returns the ID of the chosen action. Depending on the chosen action type the ID of the variable, of the function or of the help chapter (if a string is used it is set to -1) is returned.

Sample:

Assign variable: zMenuItem.ActionID = zVar.PvID
Assign function: zMenuItem.ActionID = zFunc.ID

See Also

ZenMenuItem