Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WindowsUIButtonPanel.ShowPeekForm(IBaseButton, Nullable<BeakPanelBeakLocation>) Method

Shows a Peak Form for the specified button at the specified location.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public void ShowPeekForm(
    IBaseButton button,
    BeakPanelBeakLocation? beakLocation = null
)

#Parameters

Name Type Description
button DevExpress.XtraEditors.ButtonPanel.IBaseButton

A button for which to show a Peak Form.

#Optional Parameters

Name Type Default Description
beakLocation Nullable<DevExpress.Utils.BeakPanelBeakLocation> null

A Peak Form location.

#Remarks

If the beakLocation parameter is null, the location is specified by the BeakLocation setting accessible through the WindowsUIButtonPanel.PeekFormOptions property. If this setting is also set to Default, the location is automatically determined based on the current WindowsUIButtonPanel‘s dock style.

See Also