TextPane.Activate 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.
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.