Back to Devexpress

FlyoutPanel.ShowBeakForm Method

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

latest4.0 KB
Original Source

FlyoutPanel.ShowBeakForm Method

NameParametersDescription
ShowBeakForm()noneDisplays the current FlyoutPanel as a beak form using an animation effect specified by the OptionsBeakForm.AnimationType property.
ShowBeakForm(Boolean)immediateDisplays 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, controllerDisplays 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, offsetDisplays 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, ownerControlDisplays 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, immediateDisplays 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)locationDisplays 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, controllerDisplays 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, locationDisplays the current FlyoutPanel as a beak form relative to the specified rectangle using an animation effect specified by the OptionsBeakForm.AnimationType property.
ShowBeakForm(Rectangle)rectDisplays the current FlyoutPanel as a beak form relative to the specified rectangle using an animation effect specified by the OptionsBeakForm.AnimationType property.