The CreateCustomToolTip method creates a ToolTip window for a custom ToolTip.
| CustomTaskUI Object |
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 |
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.