Click or drag to resize
DropDownDefinition Class
Dropdown control
Inheritance Hierarchy

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

The DropDownDefinition type exposes the following members.

Constructors
  NameDescription
Public methodDropDownDefinition
Constructor
Top
Fields
  NameDescription
Public fieldWidth
Width of the dropdown in pixels. 75 by default.
Top
Properties
  NameDescription
Public propertyControls
List of options inside the dropdown
Public propertyControlsSize
Size of the controls
Public propertyInitialValueJavaScript
Use this script to set up initial value for the drop down
Top
See Also