Skip to main content
A newer version of this page is available. .

AdornerUIManager.Hide() Method

Hides all AdornerElements owned by this AdornerUIManager.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public void Hide()

Remarks

To show adorner elements once again, call the AdornerUIManager.Show method. Note that this method displays only those elements whose AdornerElement.Visible properties are currently set to true, not just the same elements that were hidden before.

The Hide method does not affect the AdornerElement.Visible property value.

See Also