Creates a ToolTip at the specified location.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IEModelViewControl
Dim TipTitle As String
Dim TipText As String
Dim ShowAtMousePosition As Boolean
Dim XCoordinate As Integer
Dim YCoordinate As Integer
Dim value As 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
SolidWorks eDrawings API 2005 SP0