Infragistics2.Win.v8.1
IsElementDrawn Property
See Also 
Infragistics.Win Namespace > UIElement Class : IsElementDrawn Property

True if this element is drawn normally. The default implementation of this property returns true. It may be overidden by some elements who don't do any rendering (e.g. scrollbars since they are actually scrollbar windows that render themselves)

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property IsElementDrawn As Boolean
C# 
public virtual bool IsElementDrawn {get;}

See Also