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

Gets the System.Drawing.Region object used when rendering this element. If the header is on the border of the content area, the System.Drawing.Region will exclude any of the child elements of the GroupBoxHeaderUIElement.

Syntax

Visual Basic (Declaration) 
Public Overrides ReadOnly Property Region As Region
C# 
public override Region Region {get;}

See Also