New to Telerik UI for WinForms? Download free 30-day trial

Properties

Property Description
AllowAero Gets or sets a boolean value that determines whether Vista Aero effects are enabled.
FormElement Gets the RibbonFormElement that represents the element hierarchy which builds the RadRibbonForm appearance.
FormBehavior Gets the RadRibbonFormBehavior associated with this form.
RibbonBar Gets the RadRibbonBar control associated with this form.

RibbonFormElement's Properties

Property Description
Border Gets the RibbonFormBorderPrimitive.

RadRibbonFormBehavior's Properties

Property Description
BorderWidth Gets the border width.
TopCompositionMargin Gets an integer representing the top client margin of the form when composition is enabled.
CompositionEffectsEnabled Gets a boolean value indicating whether composition effects are enabled for the form.
AllowTheming Gets or sets value indicating whether the RadRibbonBar is drawn over the Aero glass under Vista or later versions of Windows.

Methods

Method Description
Close Closes the form.
Show Shows the form.
ShowDialog Shows the form as a modal dialog box.

Events

Event Description
Load Occurs before a form is displayed for the first time.
Shown Occurs whenever the form is first displayed.
FormClosing Occurs before the form is closed.
FormClosed Occurs after the form is closed.

See Also

In this article