IDesignerHost.Activate Method

Definition

Activates the designer that this host is hosting.

public:
 void Activate();
public void Activate ();
abstract member Activate : unit -> unit
Public Sub Activate ()

Remarks

Designers should be activated before they display their user interface.

Applies to