Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Tests if the tool tip window is currently visible.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'Declaration
Public Function IsActive As Boolean
'Usage
Dim instance As TextTipData
Dim returnValue As Boolean
returnValue = instance.IsActive()
public bool IsActive()
public:
bool IsActive()
public function IsActive() : boolean
Return Value
Type: System.Boolean
Returns TRUE if the tool tip window is currently visible.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.