Version

SimpleBackgroundImage Class Methods

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

Public Methods
 NameDescription
Public MethodRenderOverridden. Uses the properties set on the SimpleBackgroundImage to write a background-image style attribute.  
Public MethodToStringString formatted for visual designer. (Inherited from Infragistics.WebUI.WebControls.SimpleImage)
Public MethodWriteImageUses the properties set on the SimpleImage to write an img tag, the image's source URL and any alternate text. (Inherited from Infragistics.WebUI.WebControls.SimpleImage)
Protected Methods
 NameDescription
Protected MethodInitializeAttributesCollection (Inherited from Infragistics.WebUI.WebControls.SimpleImage)
Protected MethodOnRenderAdditionalPropertiesOverride this method to render addition attributes allowed on the <img> tag which your subclass adds as full-fledged properties. (Inherited from Infragistics.WebUI.WebControls.SimpleImage)
Protected MethodOnResetDefaultablePropertiesGives subclasses an opportunity to restore container-specific default values to their image properties. (Inherited from Infragistics.WebUI.WebControls.SimpleImage)
Protected MethodResolveResourceUrlOverloaded.  (Inherited from Infragistics.WebUI.WebControls.SimpleImage)
Protected MethodResolveUrl (Inherited from Infragistics.WebUI.WebControls.SimpleImage)
See Also