ActionId Property (IUiControl)
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.
'Declaration
ReadOnly Property ActionId As String
'Usage
Dim instance As IUiControl
Dim value As String
value = instance.ActionId