ActivityDesigner.IDesigner.DoDefaultAction Method

Definition

Performs the default action associated with the designer.

 virtual void System.ComponentModel.Design.IDesigner.DoDefaultAction() = System::ComponentModel::Design::IDesigner::DoDefaultAction;
void IDesigner.DoDefaultAction ();
abstract member System.ComponentModel.Design.IDesigner.DoDefaultAction : unit -> unit
override this.System.ComponentModel.Design.IDesigner.DoDefaultAction : unit -> unit
Sub DoDefaultAction () Implements IDesigner.DoDefaultAction

Implements

Remarks

DoDefaultAction causes the default action associated with the designer to be executed.

Applies to