Version

TBTextBox Class Properties

For a list of all members of this type, see TBTextBox members.

Public Properties
 NameDescription
Public PropertyAccessKeyKeyboard access key for this item. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBFocusable)
Public PropertyDefaultStyleThe style which will be used when rendering this text box in the UltraWebToolbar.  
Public PropertyIDReturns an index-based ID for this Toolbar item. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
Public PropertyKeyUnique string identifier used to retrieve this Toolbar item from within its collection. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
Public PropertyMaxLengthThe maximum length of a text that a user may enter into this text box.  
Public PropertyParentGets a reference to this Toolbar item's parent. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
Public PropertyTabIndexIdentifies at what position within the page tab order this user element receives focus. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBFocusable)
Public PropertyTagArbitrary data object storing extra information to meet application-specific demands. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
Public PropertyTextThe text which will be displayed inside of this text box when rendered.  
Public PropertyTextModeDetermines the behavior of this text box.  
Public PropertyToolBarReturns the UltraWebToolbar element that owns this Toolbar item. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
Public PropertyToolTipThe text which will be displayed when this object is moused over.  
Protected Properties
 NameDescription
Protected PropertyIsTrackingViewStateIndicates whether this Toolbar item currently tracks viewstate. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
Protected PropertyViewStateGets the state management object used by this Toolbar item. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject)
See Also