CreateTooltip Method (IEModelViewControl)
Creates a ToolTip at the specified location.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IEModelViewControl
Dim TipTitle As System.String
Dim TipText As System.String
Dim ShowAtMousePosition As System.Boolean
Dim XCoordinate As System.Integer
Dim YCoordinate As System.Integer
Dim value As System.Integer
value = instance.CreateTooltip(TipTitle, TipText, ShowAtMousePosition, XCoordinate, YCoordinate) |
Parameters
- TipTitle
- Title for ToolTip; only the ToolTip text is displayed if you set TipTitle to an empty string ("")
- TipText
Text for ToolTip; only the ToolTip title is displayed if you set TipText to an empty string ("")
- ShowAtMousePosition
True to show the ToolTip at the cursor's location, false to show the ToolTip at the specified location
- XCoordinate
x coordinate for the ToolTip location
- YCoordinate
y coordinate for the ToolTip location
Return Value
ID of ToolTip
Example
See Also
Availability
eDrawings API 2005 SP0