| FluentRibbon.Definitions.Controls Namespace |
| Class | Description | |
|---|---|---|
| ButtonBaseDefinition |
Abstract parent for any Button-like control
| |
| ButtonDefinition |
Simple button. Does not have inner controls.
| |
| DropDownDefinition |
Dropdown control
| |
| FlyoutAnchorDefinition |
Anchor for dropdown menu.
Does not have any action on click.
| |
| LabelDefinition |
Label for another control
| |
| MRUSplitButtonDefinition |
SplitButton, which is contains most recent clicked of it's inner buttons as the default button.
So, MRUSplitButton is not a button itself, and don't have any visual elements
| |
| SplitButtonDefinition |
Button with dropdown menu
| |
| TextBoxDefinition |
Textbox control
| |
| ToggleButtonDefinition |
Button which can toggle its current state from "Turned off" to "Turned on" and vice versa.
| |
| VisualControlBaseDefinition |
Base class for all controls with visual look (with title and image)
|
| Interface | Description | |
|---|---|---|
| IContainer |
Interface for all controls with inner elements
| |
| IInitializable |
Interface for all controls those have a value or a state, which can be initialized (for example, TextBox)
|
| Enumeration | Description | |
|---|---|---|
| ControlSize |