Controls / Forms and Dialogs / RibbonForm
| 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. |
| Property |
Description |
| Border |
Gets the RibbonFormBorderPrimitive. |
| 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. |
| Method |
Description |
| Close |
Closes the form. |
| Show |
Shows the form. |
| ShowDialog |
Shows the form as a modal dialog box. |
| 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. |