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

GroupBoxContentAreaBackgroundUIElement represents the background of the content area in an UltraGroupBox.

Syntax

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

Remarks

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

See Also