| Infragistics.Win Namespace > UIElement Class : IsElementDrawn Property (UIElement) |
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)
[Visual Basic]
Public Overridable ReadOnly Property IsElementDrawn As Boolean[C#]
public virtual bool IsElementDrawn {get;}