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

FlyoutPanel.ShowBeakForm(Point) Method

Displays the current FlyoutPanel as a beak form at the specified position using an animation effect specified by the OptionsBeakForm.AnimationType property.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public void ShowBeakForm(
    Point location
)

Parameters

Name Type Description
location Point

A System.Drawing.Point object that specifies the location on the screen where the beak form should be displayed.

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. The loc parameter allows you to specify the location on the screen where the beak form should be displayed.

To hide a displayed beak form, use the FlyoutPanel.HideBeakForm method.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ShowBeakForm(Point) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also