'Declaration Public Overloads Sub ShowToolTip( _ ByVal inputComponent As InputComponent, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal duration As Integer _ )
public void ShowToolTip( InputComponent inputComponent, int x, int y, int duration )
Parameters
- inputComponent
- InputComponent that the tooltip is associated with.
- x
- X coordinate relative to a C1InputPanel where the tooltip is to be displayed.
- y
- Y coordinate relative to a C1InputPanel where the tooltip is to be displayed.
- duration
- Duration of the tooltip, in milliseconds.