CreateCustomToolTip Method (DTS)

The CreateCustomToolTip method creates a ToolTip window for a custom ToolTip.

Applies To
CustomTaskUI Object  

Syntax

object.CreateCustomToolTip(
hwndParent,
x,
y,
plTipWindow)

Part Description
CustomTaskUI Expression that evaluates to an object in the Applies To list
hwndParent Tool
x x coordinate
y y coordinate
plTipWindow Tip window

Prototype (C/C++)

HRESULT CreateCustomToolTip(long hwndParent,
long x,
long y,
long *plTipWindow);


Note If a custom task requires a custom ToolTip, this method is called to create the ToolTip window.


  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.