Intersoft ClientUI Documentation
ExpandableGroupBox Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace : ExpandableGroupBox Class






Represents an expandable and collapsible group box that hosts a collection of input controls.

Object Model

ExpandableGroupBox Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="HeaderElement", Type=Intersoft.Client.UI.Controls.StylishLabel)>
<TemplatePartAttribute(Name="HeaderContainer", Type=System.Windows.Controls.Border)>
<DescriptionAttribute("Represents an expandable and collapsible group box that hosts a collection of input controls.")>
Public Class ExpandableGroupBox 
   Inherits GroupBox
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As ExpandableGroupBox
C# 
[TemplatePartAttribute(Name="HeaderElement", Type=Intersoft.Client.UI.Controls.StylishLabel)]
[TemplatePartAttribute(Name="HeaderContainer", Type=System.Windows.Controls.Border)]
[DescriptionAttribute("Represents an expandable and collapsible group box that hosts a collection of input controls.")]
public class ExpandableGroupBox : GroupBox, IControlIFramework, ILicensing  
Delphi 
public class ExpandableGroupBox = class(GroupBox, IControl, IFramework, ILicensing)
JScript 
TemplatePartAttribute(Name="HeaderElement", Type=Intersoft.Client.UI.Controls.StylishLabel)
TemplatePartAttribute(Name="HeaderContainer", Type=System.Windows.Controls.Border)
DescriptionAttribute("Represents an expandable and collapsible group box that hosts a collection of input controls.")
public class ExpandableGroupBox extends GroupBox implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[TemplatePartAttribute(Name="HeaderElement", Type=Intersoft.Client.UI.Controls.StylishLabel)]
[TemplatePartAttribute(Name="HeaderContainer", Type=System.Windows.Controls.Border)]
[DescriptionAttribute("Represents an expandable and collapsible group box that hosts a collection of input controls.")]
public __gc class ExpandableGroupBox : public GroupBox, IControlIFramework, ILicensing  
C++/CLI 
[TemplatePartAttribute(Name="HeaderElement", Type=Intersoft.Client.UI.Controls.StylishLabel)]
[TemplatePartAttribute(Name="HeaderContainer", Type=System.Windows.Controls.Border)]
[DescriptionAttribute("Represents an expandable and collapsible group box that hosts a collection of input controls.")]
public ref class ExpandableGroupBox : public GroupBox, IControlIFramework, ILicensing  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Intersoft.Client.Framework.ISContentControl
                     Intersoft.Client.Framework.ISHeaderedContentControl
                        Intersoft.Client.UI.Controls.GroupBox
                           Intersoft.Client.UI.Controls.ExpandableGroupBox
                              Intersoft.Client.UI.Aqua.UXResizablePane

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.