Infragistics(R) NetAdvantage(R) Windows Forms
ClipChildren Property
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > UIElement Class : ClipChildren Property

Returning true causes all drawing of this element's child elements to be expicitly clipped to the area inside this elements borders

Syntax

Visual Basic (Declaration) 
Protected ReadOnly Property ClipChildren As Boolean
C# 
protected bool ClipChildren {get;}

See Also