AssignFrom(ActionBase)
|
Shares a specified Action's settings to the current Action.
|
AssignInfo(IModelAction)
|
Applies settings stored in the specified Application Model's node to the current Action.
|
BeginUpdate()
|
Prevents an Action from being updated until the ActionBase.EndUpdate method is called.
|
EndUpdate()
|
Unlocks an Action after a call to the ActionBase.BeginUpdate method, and causes an immediate update.
|
GetFormattedConfirmationMessage()
|
Returns a formatted confirmation message displayed when executing an Action.
|
GetTotalToolTip()
|
Returns the Action's total tooltip. Intended for internal use.
|
GetTotalToolTip(String)
|
Returns the Action's total tooltip. Intended for internal use.
|
RaiseCustomizeControl(Object)
|
For internal use.
|
ResetId()
|
Restores an Action's ActionBase.Id.
|
ToString()
|
Returns an Action's textual representation.
|