Back to Devexpress

FlyoutPanel.HideBeakForm() Method

windowsforms-devexpress-dot-utils-dot-flyoutpanel-ff16cf01.md

latest1.6 KB
Original Source

FlyoutPanel.HideBeakForm() Method

Hides the current FlyoutPanel displayed as a beak form using an animation effect specified by the OptionsBeakForm.AnimationType property.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public void HideBeakForm()
vb
Public Sub HideBeakForm

Remarks

The HideBeakForm method hides the current FlyoutPanel displayed as a beak form using an animation effect specified by the OptionsBeakForm.AnimationType property. To specify the animation speed, use the FlyoutPanel.AnimationRate property.

To hide a beak from immediately (without animation), use the HideBeakForm overload that has the immediate Boolean parameter.

See Also

ShowBeakForm

AnimationRate

FlyoutPanel Class

FlyoutPanel Members

DevExpress.Utils Namespace