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

GroupBoxContentAreaBorderUIElement represents the border of the content area in an UltraGroupBox.

Syntax

Visual Basic (Declaration) 
Public Class GroupBoxContentAreaBorderUIElement 
   Inherits Infragistics.Win.UIElement
C# 
public class GroupBoxContentAreaBorderUIElement : Infragistics.Win.UIElement 

Remarks

This is the element responsible for rendering the border of the control's content area. It is a sibling of a GroupBoxContentAreaBackgroundUIElement and a child of a GroupBoxContentAreaUIElement in the control's element hierarchy.

See Also