Version

UIElement Class Members

The following tables list the members exposed by UIElement.

Protected Fields
 NameDescription
Protected FieldviewStyles  
Public Properties
 NameDescription
Public PropertyChildren  
Public PropertyEnabledIndicates whether this UIElement is enabled or disabled.  
Public PropertyTarget  
Protected Properties
 NameDescription
Protected PropertyDepthCalculates the depth of the current UIElement within the scene graph.  
Protected PropertyImplementationRetrieves a reference to the type factories that conceal an interface's actual implementing class.  
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