Skip to main content

ASPxClientHint.HideAll Method

Hides all hints.

Declaration

static HideAll(): void

Remarks

Use the HideAll method to hide all hint windows on a page. To hide the hint window(s) associated with a specified target element, use the ASPxClientHint.Hide method.

See Also