TextControl.RemoveEditBalloonTip Method (Typed) | |
Removes the current BallonTip from the Edit control that has inherited from this class.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD RemoveEditBalloonTip(
hControl
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual RemoveEditBalloonTip(
Usual hControl = default
)
Request Example
View SourceParameters
- 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:
UsualSee Also