Skip to main content

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.v23.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