Skip to main content

RibbonBarItemTextBox

Namespace: Wisej.Web.Ext.RibbonBar

Assembly: Wisej.Web.Ext.RibbonBar

Represents a textbox in a RibbonBarGroup.

public class RibbonBarItemTextBox : RibbonBarItem

Constructors

Instance memberRibbonBarItemTextBox()

Properties

Instance memberFieldWidth

Int32: Returns or sets the width of the TextBox field inside the RibbonBarItemTextBox. (Default: 120)

Instance memberValue

String: Returns or sets the currently selected item or the value in the editable field of the RibbonBarItemTextBox. (Default: null)

Events

Instance memberValueChanged

EventHandler Fired when the Value property has changed.