Back to Devexpress

WindowsUIButtonPanel.HidePeekForm() Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-windowsuibuttonpanel-fcf35569.md

latest1.5 KB
Original Source

WindowsUIButtonPanel.HidePeekForm() Method

Hides the opened Peek Form.

Namespace : DevExpress.XtraBars.Docking2010

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void HidePeekForm()
vb
Public Sub HidePeekForm

Remarks

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

See Also

ShowPeekForm(IBaseButton, Nullable<BeakPanelBeakLocation>)

WindowsUIButtonPanel Class

WindowsUIButtonPanel Members

DevExpress.XtraBars.Docking2010 Namespace