ActivityDesigner.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 UI action associated with the designer.
protected:
virtual void DoDefaultAction();
protected virtual void DoDefaultAction ();
abstract member DoDefaultAction : unit -> unit
override this.DoDefaultAction : unit -> unit
Protected Overridable Sub DoDefaultAction ()
Remarks
Use this method to perform the default UI action associated with the designer. Default UI actions can include emitting the method associated with the default event in the code-beside file when a user double clicks the designer surface.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.