ActivityDesigner.IDesigner.DoDefaultAction Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 -> unitSub DoDefaultAction () Implements IDesigner.DoDefaultActionImplements
Remarks
DoDefaultAction causes the default action associated with the designer to be executed.