Click or drag to resize
TextBoxDefinition Class
Textbox control
Inheritance Hierarchy

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

The TextBoxDefinition type exposes the following members.

Constructors
  NameDescription
Public methodTextBoxDefinition
Initializes a new instance of the TextBoxDefinition class
Top
Properties
  NameDescription
Public propertyCode exampleInitialValueJavaScript
The script, which should return the initial textbox value.
Top
See Also