The following tables list the members exposed by TBTextBox.
Name | Description | |
---|---|---|
TBTextBox Constructor | Creates a new TextBox with maxlength=20 and textmode set to SingleLine. |
Name | Description | |
---|---|---|
stateObj | Retains state and serves as a proxy for the ViewState bag prior to this Toolbar item being added to a collection attached to the UltraWebToolbar element. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject) |
Name | Description | |
---|---|---|
AccessKey | Keyboard access key for this item. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBFocusable) | |
DefaultStyle | The style which will be used when rendering this text box in the UltraWebToolbar. | |
ID | Returns an index-based ID for this Toolbar item. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject) | |
Key | Unique string identifier used to retrieve this Toolbar item from within its collection. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject) | |
MaxLength | The maximum length of a text that a user may enter into this text box. | |
Parent | Gets a reference to this Toolbar item's parent. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject) | |
TabIndex | Identifies at what position within the page tab order this user element receives focus. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBFocusable) | |
Tag | Arbitrary data object storing extra information to meet application-specific demands. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject) | |
Text | The text which will be displayed inside of this text box when rendered. | |
TextMode | Determines the behavior of this text box. | |
ToolBar | Returns the UltraWebToolbar element that owns this Toolbar item. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject) | |
ToolTip | The text which will be displayed when this object is moused over. |
Name | Description | |
---|---|---|
IsTrackingViewState | Indicates whether this Toolbar item currently tracks viewstate. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject) | |
ViewState | Gets the state management object used by this Toolbar item. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject) |
Name | Description | |
---|---|---|
Clone | Creates a deep copy of this text box. | |
ResetKey | Sets the key back to null (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectBase) | |
ToString | Gets a text representation of this object. | |
TrackViewState | Activates the tracking of viewstate. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject) |
Name | Description | |
---|---|---|
LoadViewState | Restores viewstate at the beginning of processing an HTTP request. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject) | |
OnAddedToCollection | Called when this object is being added to the passed in collection. The default implementation sets the internal primaryCollection reference if it hasn't already been set (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectBase) | |
OnRemovedFromCollection | Called when this object is being removed from the passed in collection. The default implementation nulls out the primaryCollection if the passed in collection matches (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.KeyedObjectBase) | |
SaveViewState | Preserves viewstate at the end of processing an HTTP request. (Inherited from Infragistics.WebUI.WebSchedule.UltraWebToolbar.TBObject) |