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