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

WindowsUIButtonPanel.HidePeekForm() Method

Hides the opened Peek Form.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public void HidePeekForm()

Remarks

The HidePeekForm method closes the opened Peek Form. To show the Peek Form, call the WindowsUIButtonPanel.ShowPeekForm method.

See Also