Type: IActionService
Summary:
Remarks:
GetActionByDisplayName(System.String)
Summary:
Parameters:
Example:
This example shows you how to get an action definition by its display name
var actionDisplayMessage = Project.ActionService.GetActionByDisplayName("Display Message");
NewActionInstance(System.String)
Summary:
Parameters:
Example:
This example shows you how to assign an action to a button:
var wnd = Project.Windows["Window1"]
wnd["Button1"].OnInactiveAction = Project.ActionService.NewActionInstance("Display Message")
NewActionInstance(Sym3.IActionDefinition)
Summary:
Parameters: