RibbonBarItemTextBox
Namespace: Wisej.Web.Ext.RibbonBar
Assembly: Wisej.Web.Ext.RibbonBar
Represents a textbox in a RibbonBarGroup.
- C#
- VB.NET
public class RibbonBarItemTextBox : RibbonBarItem
Public Class RibbonBarItemTextBox
Inherits RibbonBarItem
Constructors
RibbonBarItemTextBox()
Properties
FieldWidth
Int32: Returns or sets the width of the TextBox field inside the RibbonBarItemTextBox. (Default: 120)
Value
String: Returns or sets the currently selected item or the value in the editable field of the RibbonBarItemTextBox. (Default: null)
Events
ValueChanged
EventHandler Fired when the Value property has changed.