Click or drag to resize

TextControl.RemoveEditBalloonTip Method

X#
Removes the current BallonTip from the Edit control that has inherited from this class.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RemoveEditBalloonTip(
	hControl
) AS USUAL CLIPPER
Request Example View Source

Parameters

hControl (Optional)
Type: Usual
The optional handle of the edit control to remove the BalloonTip from. The default is the control that the method is called against.

Return Value

Type: Usual
See Also