Click or drag to resize
FluentRibbon.Definitions.Controls Namespace
Definitions for varios controls and their base classes.
Classes
  ClassDescription
Public classButtonBaseDefinition
Abstract parent for any Button-like control
Public classButtonDefinition
Simple button. Does not have inner controls.
Public classDropDownDefinition
Dropdown control
Public classFlyoutAnchorDefinition
Anchor for dropdown menu. Does not have any action on click.
Public classLabelDefinition
Label for another control
Public classMRUSplitButtonDefinition
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
Public classSplitButtonDefinition
Button with dropdown menu
Public classTextBoxDefinition
Textbox control
Public classToggleButtonDefinition
Button which can toggle its current state from "Turned off" to "Turned on" and vice versa.
Public classVisualControlBaseDefinition
Base class for all controls with visual look (with title and image)
Interfaces
  InterfaceDescription
Public interfaceIContainer
Interface for all controls with inner elements
Public interfaceIInitializable
Interface for all controls those have a value or a state, which can be initialized (for example, TextBox)
Enumerations
  EnumerationDescription
Public enumerationControlSize