Version

RenderUpLevelImageButton Class Members

The following tables list the members exposed by RenderUpLevelImageButton.

Public Constructors
 NameDescription
Public ConstructorRenderUpLevelImageButton ConstructorConstructor.  
Public Fields
 NameDescription
Public FieldincharInchar string. (Inherited from Infragistics.WebUI.Shared.RendererBase)
Public Fieldlevel (Inherited from Infragistics.WebUI.Shared.RendererBase)
Public FieldnewLineNew line string. (Inherited from Infragistics.WebUI.Shared.RendererBase)
Public FieldoOutput. (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected Fields
 NameDescription
Protected Fielda_scriptSet or attributes to be passed to client (Inherited from Infragistics.WebUI.WebControls.Buttons.ButtonRenderUp)
Protected FieldappearanceCurrent appearance (Inherited from Infragistics.WebUI.WebControls.Buttons.ButtonRenderUp)
Protected FieldcontrolStyleControlStyle merged with Apperance.Style (Inherited from Infragistics.WebUI.WebControls.Buttons.ButtonRenderUp)
Protected FieldcssClassCurrent CssClass (Inherited from Infragistics.WebUI.WebControls.Buttons.ButtonRenderUp)
Protected FieldfixDesignStyleRequest to fix/validate/build style (border, background) for design-time appearance (Inherited from Infragistics.WebUI.WebControls.Buttons.ButtonRenderUp)
Protected FieldinputWasPaintedFlag if input field was already painted (Inherited from Infragistics.WebUI.WebControls.Buttons.ButtonRenderUp)
Protected FieldownerOwner of that renderer (Inherited from Infragistics.WebUI.WebControls.Buttons.ButtonRenderUp)
Protected FieldroundedImage used for rounded corners. The null means rounded corners are used (Inherited from Infragistics.WebUI.WebControls.Buttons.ButtonRenderUp)
Protected FieldstateInstant/current state of button.

0-normal, 4-disabled, 5-checked, 9-checked/disabled (Inherited from Infragistics.WebUI.WebControls.Buttons.ButtonRenderUp)
Public Methods
 NameDescription
Public MethodRenderRender control. (Inherited from Infragistics.WebUI.Shared.RendererBase)
Public MethodVisitObjectsOverridden.   
Protected Methods
 NameDescription
Protected MethodborderStyleToStringReturn bs.ToString (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodDrawFieldsAppend to output string text, image and input html elements. (Inherited from Infragistics.WebUI.WebControls.Buttons.ButtonRenderUp)
Protected MethodDrawImageAppend to output string html that will render image. (Inherited from Infragistics.WebUI.WebControls.Buttons.ButtonRenderUp)
Protected MethodDrawInputAppend to output string html that will render invisible button element. (Inherited from Infragistics.WebUI.WebControls.Buttons.ButtonRenderUp)
Protected MethodDrawTextOverloaded. Append to output string html that will render text. (Inherited from Infragistics.WebUI.WebControls.Buttons.ButtonRenderUp)
Protected MethodHasAttributeCheck if attribute should be passed to script (Inherited from Infragistics.WebUI.WebControls.Buttons.ButtonRenderUp)
Protected Methodindent (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected Methodiw (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodiwlOverloaded.  (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected Methodoutdent (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodRenderAttributesAppend to StringBuilder custom and standard attributes of WebControl such as: position, top, left, z-index, etc.
It is used within style=\"...\"
(Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected Methodw (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected Methodwf (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodwiOverloaded.  (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodwlOverloaded.  (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodWriteBorderOverloaded. Append border to StringBuilder (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodWriteFontOverloaded.  (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodWriteFontNameAppend font name to StringBuilder (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodWriteRectAppend Padding or Margin to StringBuilder for style=\"...\" (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodWriteRoundedInnerBorderOverridden. Write border for rounded corners built by TDs for the current appearance.  
Protected MethodWriteRoundedTableEndOverridden. Write the last part of a table that creates rounded corners. It may draw 2 TRs straight after the main TD and 2 TRs with 5 TDs.  
Protected MethodWriteRoundedTableStartOverridden. Write the first part of the table that creates rounded corners. It may draw 2 TRs with 5 TD and TR with 2 TDs that comes before the main TD.  
Protected MethodWriteScriptAppearanceWrite data for script for a particular appearance. (Inherited from Infragistics.WebUI.WebControls.Buttons.ButtonRenderUp)
Protected MethodWriteScriptRoundedTableOverridden. Write data for script related to rounded corners built by TDs for a particular appearance.  
Protected MethodwriteStylesOverloaded.  (Inherited from Infragistics.WebUI.Shared.RendererBase)
See Also