Back to Devexpress

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

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-windowsuibuttonpanel-dot-showpeekform-x28-devexpress-dot-xtraeditors-dot-buttonpanel-dot-ibasebutton-system-dot-nullable-devexpress-dot-utils-dot-beakpanelbeaklocation-x29.md

latest2.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void ShowPeekForm(
    IBaseButton button,
    BeakPanelBeakLocation? beakLocation = null
)
vb
Public Sub ShowPeekForm(
    button As IBaseButton,
    beakLocation As BeakPanelBeakLocation? = Nothing
)

Parameters

NameTypeDescription
buttonDevExpress.XtraEditors.ButtonPanel.IBaseButton

A button for which to show a Peak Form.

|

Optional Parameters

NameTypeDefaultDescription
beakLocationNullable<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

WindowsUIButtonPanel Class

WindowsUIButtonPanel Members

DevExpress.XtraBars.Docking2010 Namespace