InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IUiControl Interface / ActionId Property


In This Topic
    ActionId Property (IUiControl)
    In This Topic
    Gets 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
    'Declaration
     
    
    ReadOnly Property ActionId As String
    'Usage
     
    
    Dim instance As IUiControl
    Dim value As String
     
    value = instance.ActionId
    string ActionId {get;}
    See Also