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