Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / UiControl Object / ActionId Property
In This Topic
    ActionId Property (UiControl)
    In This Topic
    Get the ID of the action that this control is bound to. (This is for reference only.) To bind a new action to this control or get the actual action sequence that is bound to this control, use the UiControlActionMapper object.
    Syntax
    expression.ActionId As String
    where expression is a variable that represents a UiControl Object
    See Also