Share via


IVsEnhancedDataTip.IsOpen(Int32) Method

Definition

Tests whether or not the DataTip window is visible.

public:
 int IsOpen([Runtime::InteropServices::Out] int % pbIsOpen);
int IsOpen([Runtime::InteropServices::Out] int & pbIsOpen);
public int IsOpen (out int pbIsOpen);
abstract member IsOpen : int -> int
Public Function IsOpen (ByRef pbIsOpen As Integer) As Integer

Parameters

pbIsOpen
Int32

[out] Boolean. Set to true if the DataTip window is visible.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

HRESULT IVsEnhancedDataTip::IsOpen(  
   [out] BOOL* pbIsOpen  
);  

Applies to