This topic has not yet been rated - Rate this topic

VsTextTipWindowClass.Paint Method

Paints the tip window.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
public virtual int Paint(
	IntPtr hdc,
	RECT[] prc
)

Parameters

hdc
Type: IntPtr

[in] Handle to the display context in which to draw the tip window.

prc
Type: Microsoft.VisualStudio.OLE.Interop.RECT[]

[in] Specifies the bounding rectangle for the tip window.

Return Value

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

Implements

IVsTextTipWindow.Paint(IntPtr, RECT[])
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.