Click or drag to resize
MRUSplitButtonDefinition Class
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
Inheritance Hierarchy

Namespace: FluentRibbon.Definitions.Controls
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public class MRUSplitButtonDefinition : ControlDefinition, 
	IContainer

The MRUSplitButtonDefinition type exposes the following members.

Constructors
  NameDescription
Public methodMRUSplitButtonDefinition
Initializes a new instance of the MRUSplitButtonDefinition class
Top
Fields
  NameDescription
Public fieldInitialItem
Initial button ID, this must be ID of one of inner controls. Required.
Top
Properties
  NameDescription
Public propertyControls
Menu controls. At least one member is required.
Public propertyControlsSize
Controls size. By default, 32x32
Top
See Also