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

FlyoutPanel.ShowBeakForm Method

Name Parameters Description
ShowBeakForm() none Displays the current FlyoutPanel as a beak form using an animation effect specified by the OptionsBeakForm.AnimationType property.
ShowBeakForm(Boolean) immediate Displays the current FlyoutPanel as a beak form immediately or using an animation effect specified by the OptionsBeakForm.AnimationType property.
ShowBeakForm(Point, Boolean, Control, Point, IFlyoutPanelPopupController) location, immediate, ownerControl, offset, controller Displays the current FlyoutPanel as a beak form at the specified position with the specified offset using an animation effect specified by the OptionsBeakForm.AnimationType property or immediately.
ShowBeakForm(Point, Boolean, Control, Point) location, immediate, ownerControl, offset Displays the current FlyoutPanel as a beak form at the specified position with the specified offset using an animation effect specified by the OptionsBeakForm.AnimationType property or immediately.
ShowBeakForm(Point, Boolean, Control) location, immediate, ownerControl Displays the current FlyoutPanel as a beak form at the specified position using an animation effect specified by the OptionsBeakForm.AnimationType property or immediately.
ShowBeakForm(Point, Boolean) location, immediate Displays the current FlyoutPanel as a beak form at the specified position using an animation effect specified by the OptionsBeakForm.AnimationType property or immediately.
ShowBeakForm(Point) location Displays the current FlyoutPanel as a beak form at the specified position using an animation effect specified by the OptionsBeakForm.AnimationType property.
ShowBeakForm(Rectangle, Point, Boolean, Control, Point, IFlyoutPanelPopupController) rect, location, immediate, ownerControl, offset, controller Displays the current FlyoutPanel as a beak form relative to the specified rectangle with the specified offset using an animation effect specified by the OptionsBeakForm.AnimationType property or immediately.
ShowBeakForm(Rectangle, Point) rect, location Displays the current FlyoutPanel as a beak form relative to the specified rectangle using an animation effect specified by the OptionsBeakForm.AnimationType property.
ShowBeakForm(Rectangle) rect Displays the current FlyoutPanel as a beak form relative to the specified rectangle using an animation effect specified by the OptionsBeakForm.AnimationType property.