Version

UltraExplorerBarContainerControl Class

The UltraWinExplorerBar automatically provides several types of items that can be used to populate the control's sliding groups. However, if these item types are insufficient to meet the needs of your application, you can place WinForms control inside of a group to create a custom interface. The UltraExplorerBarContainerControl is used to facilitate this process.

In order to host WinForms controls, an UltraExplorerBarContainerControl is automatically created inside of a group when its Style property is set to ControlContainer. (Any existing items in the group become inaccessible to the user, as the container control takes up the entire area of the group.) The UltraWinExplorerBarContainerControl provides a canvas onto which you can place WinForms controls.

Because the UltraWinExplorerBarContainerControl is created automatically as needed, you will only need to interact with it directly under limited circumstances.

Syntax
'Declaration
 
Public Class UltraExplorerBarContainerControl 
   Inherits Infragistics.Win.IGPanel
   Implements Infragistics.Shared.Serialization.ICodeDomSerializable, Infragistics.Shared.Serialization.ICodeDomSerializableEX, Infragistics.Win.IEmbeddedControl, Infragistics.Win.UltraWinDock.IDockableControl 
public class UltraExplorerBarContainerControl : Infragistics.Win.IGPanel, Infragistics.Shared.Serialization.ICodeDomSerializable, Infragistics.Shared.Serialization.ICodeDomSerializableEX, Infragistics.Win.IEmbeddedControl, Infragistics.Win.UltraWinDock.IDockableControl  
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