TcxCustomHintStyleController.HideHint Method
Hides the hint that was previously invoked using the ShowHint method.
Declaration
procedure HideHint;
Remarks
Call this method to hide the hint invoked using the ShowHint method. If no hint invoked using this method is currently active, the HideHint method does nothing.
See Also