Version

UltraPanelClientArea Class

The control which occupies the client area of the UltraPanel.
Syntax
'Declaration
 
Public Class UltraPanelClientArea 
   Inherits Infragistics.Win.Misc.CommonControls.AutoScrollContainerPanel
   Implements Infragistics.Win.IUltraControlElement 
public class UltraPanelClientArea : Infragistics.Win.Misc.CommonControls.AutoScrollContainerPanel, Infragistics.Win.IUltraControlElement  
Remarks

If there are no scroll bars visible in the UltraPanel, this control will occupy the entire area of the control. Otherwise, it will occupy the area which is no occupied by the scroll bars.

Controls cannot be added directly to the UltraPanel. Child control must be added to the client area of the UltraPanel, which can be accessed from the ClientArea property.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also