Version

TextImageButton Class Properties

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

Public Properties
 NameDescription
Public PropertyAltTextThe alternate text that will be displayed when the image can't be rendered.

The default value is [Default]. This means that a Default value will be used unless otherwise specified.

(Inherited from Infragistics.Web.UI.Framework.ImageObject)
Public PropertyDisabledImageUrlThe url that will be used for the image when the button is disabled. (Inherited from Infragistics.Web.UI.Framework.DisabledImageButton)
Public PropertyHoverImageUrlThe url that will be used for the image when the button is hovered. (Inherited from Infragistics.Web.UI.Framework.ImageObject)
Public PropertyImageUrlThe url that will be used for the image. (Inherited from Infragistics.Web.UI.Framework.ImageObject)
Public PropertyIsEmptyOverridden. Checks if all properties have default values.  
Public PropertyPressedImageUrlThe url that will be used for the image when the button is pressed. (Inherited from Infragistics.Web.UI.Framework.ImageButton)
Public PropertyTextGets sets text displayed on button.  
Public PropertyToolTipThe tooltip that will be displayed when the image is hovered over. (Inherited from Infragistics.Web.UI.Framework.ImageObject)
Protected Properties
 NameDescription
Protected PropertyAdditionalClientState (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyCollectionData (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyDelayLoadingClientCollectionsCustomizes the client collections loading. If true the collections will be loaded after view state has been loaded. If false the collections will be loaded in RunBot.HandleOnInit. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyIsTrackingViewStateThis method returns a boolean value which indicates whether ViewState is being tracked for the object. Once viewstate is being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyPropCountThis property is used to track the number of properties this object is sending to ClientState. Each derived class overrides this property to indicate the new total of properties. The number consists of the PropCount value of the base class plus the number of ClientState properties utilized by each derived class. (Inherited from Infragistics.Web.UI.Framework.ImageObject)
Protected PropertyRunBotGets the run bot. (Inherited from Infragistics.Web.UI.Framework.ImageObject)
Protected PropertyStyleBotGets the style bot. (Inherited from Infragistics.Web.UI.Framework.ImageObject)
Protected PropertyTransactionLists (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyViewStateProperty to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
See Also