Version

UIElement Class Methods

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

Public Methods
 NameDescription
Public MethodChildNode  
Public MethodInitializeRenderer  
Public MethodInitializeViewThis method supports the internal Infragistics infrastructure, and is not intended for application use.  
Public MethodRenderRenders the current UIElement to the specified HtmlTextWriter instance.  
Protected Methods
 NameDescription
Protected MethodAppendStyleOverloaded. Merges a pair of repository-managed Style instances.  
Protected MethodPostRenderChildNotifies a parent UIElement following the rendering of one of its children.  
Protected MethodRenderStyleOverloaded. Renders a repository-managed style to HTML as either an in-line style or a CSS class attribute.  
Protected MethodShouldRenderChildDetermines whether a particular child UIElement should have Render called upon it by the base class' implementation of Render.  
See Also