SimulationTimeLine.GetToolTipText Method

Gets the tooltip Text.
Public Overridable Function GetToolTipText( _ 
ByVal motion As Motion, _ 
ByVal operationIndex As Integer, _ 
ByVal collision As Boolean
) As String
This language is not supported or no code example is available.
public virtual string GetToolTipText( 
Motion motion
int operationIndex
bool collision 
)
This language is not supported or no code example is available.

Parameters

motion
Motion

The motion.

operationIndex
int

The operation index.

collision
bool

True if the holder collides with the simulation stock.

Return Value

string

The text of the ToolTip referred to the motion of the timeline under the mouse cursor.

.NET Framework

Supported in: 4.8

In this article

Definition