TextPane.Activate Method

Definition

Moves the focus to the current item.

public:
 void Activate();
public:
 void Activate();
void Activate();
[System.Runtime.InteropServices.DispId(12)]
public void Activate ();
[<System.Runtime.InteropServices.DispId(12)>]
abstract member Activate : unit -> unit
Public Sub Activate ()
Attributes

Remarks

When Activate is invoked, it is as if the user clicked the item, but no click events occurred.

Applies to