'Declaration Public Overloads Sub ShowToolTip( _ ByVal inputComponent As InputComponent, _ ByVal x As Integer, _ ByVal y As Integer _ )
public void ShowToolTip( InputComponent inputComponent, int x, int y )
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.