Skip to main content
A newer version of this page is available. .

FlyoutPanel.ShowBeakForm(Rectangle, Point) Method

Displays the current FlyoutPanel as a beak form relative to the specified rectangle using an animation effect specified by the OptionsBeakForm.AnimationType property.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public void ShowBeakForm(
    Rectangle rect,
    Point location
)

Parameters

Name Type Description
rect Rectangle

A Rectangle structure that specifies an area on the screen relative to which a beak form should be displayed.

location Point

A Point object that specifies the location on the screen where a beak form should be displayed if the rect parameter is Rectangle.Empty.

Remarks

The ShowBeakForm method shows the current FlyoutPanel 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 the displayed beak form, use the FlyoutPanel.HideBeakForm method.

See Also