Share via


TextPane2.Activate Method

Moves the focus to the current item.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
Sub Activate
'Usage
Dim instance As TextPane2

instance.Activate()
void Activate()
void Activate()
function Activate()

Implements

TextPane.Activate()

Remarks

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

.NET Framework Security

See Also

Reference

TextPane2 Interface

TextPane2 Members

Activate Overload

EnvDTE80 Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples