| Visual Basic (Declaration) | |
|---|---|
Public Class UltraPanel Inherits Infragistics.Win.UltraControlBase Implements Infragistics.Shared.IUltraLicensedComponent, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement | |
| C# | |
|---|---|
public class UltraPanel : Infragistics.Win.UltraControlBase, Infragistics.Shared.IUltraLicensedComponent, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement | |
This control provides much of the same functionality as the .Net Panel control. In addition, it also allows for advanced appearance customization of the scroll bars and UltraPanel itself, including the ability to use application styling.
Controls cannot be added directly to the UltraPanel. Child controls must be added to the client area of the UltraPanel, which can be accessed from the ClientArea property.