Intersoft ClientUI Documentation
UXRibbonTabGroupBase Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXRibbon Namespace : UXRibbonTabGroupBase Class






Represents a base class for ribbon group.

Object Model

UXRibbonTabGroupBase Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="PopupElement", Type=Intersoft.Client.UI.Controls.UXPopup)>
<TemplatePartAttribute(Name="ExpandedGridElement", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="AnimationElement", Type=System.Windows.Controls.Border)>
<TemplatePartAttribute(Name="ExpandedHostElement", Type=System.Windows.Controls.ContentControl)>
<TemplatePartAttribute(Name="CollapsedButtonElement", Type=Intersoft.Client.UI.Aqua.UXButton)>
<TemplateVisualStateAttribute(Name="HighlightFocused", GroupName="CommonStates")>
<TemplateVisualStateAttribute(GroupName="FocusStates", Name="Focused")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Disabled")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Pressed")>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)>
<DescriptionAttribute("Represents a base class for ribbon group.")>
<TemplateVisualStateAttribute(GroupName="CollapsedState", Name="Collapsed")>
<TemplateVisualStateAttribute(GroupName="CollapsedState", Name="NotCollapsed")>
<TemplatePartAttribute(Name="ItemsHostElement", Type=System.Windows.Controls.ItemsPresenter)>
<TemplatePartAttribute(Name="CollapsedHostElement", Type=System.Windows.Controls.ContentControl)>
<TemplatePartAttribute(Name="CollapsedLauncherButtonElement", Type=Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonButton)>
<TemplatePartAttribute(Name="ExpandedLauncherButtonElement", Type=Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonButton)>
<TemplateVisualStateAttribute(GroupName="FocusStates", Name="Unfocused")>
Public MustInherit Class UXRibbonTabGroupBase 
   Inherits Intersoft.Client.Framework.ISHeaderedItemsControl
   Implements IControlIFramework, ILicensing, ISelectionItemIRibbonKeyTipAction 
Visual Basic (Usage)Copy Code
Dim instance As UXRibbonTabGroupBase
C# 
[TemplatePartAttribute(Name="PopupElement", Type=Intersoft.Client.UI.Controls.UXPopup)]
[TemplatePartAttribute(Name="ExpandedGridElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="AnimationElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="ExpandedHostElement", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="CollapsedButtonElement", Type=Intersoft.Client.UI.Aqua.UXButton)]
[TemplateVisualStateAttribute(Name="HighlightFocused", GroupName="CommonStates")]
[TemplateVisualStateAttribute(GroupName="FocusStates", Name="Focused")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Disabled")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Pressed")]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[DescriptionAttribute("Represents a base class for ribbon group.")]
[TemplateVisualStateAttribute(GroupName="CollapsedState", Name="Collapsed")]
[TemplateVisualStateAttribute(GroupName="CollapsedState", Name="NotCollapsed")]
[TemplatePartAttribute(Name="ItemsHostElement", Type=System.Windows.Controls.ItemsPresenter)]
[TemplatePartAttribute(Name="CollapsedHostElement", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="CollapsedLauncherButtonElement", Type=Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonButton)]
[TemplatePartAttribute(Name="ExpandedLauncherButtonElement", Type=Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonButton)]
[TemplateVisualStateAttribute(GroupName="FocusStates", Name="Unfocused")]
public abstract class UXRibbonTabGroupBase : Intersoft.Client.Framework.ISHeaderedItemsControl, IControlIFramework, ILicensing, ISelectionItemIRibbonKeyTipAction  
Delphi 
public class UXRibbonTabGroupBase = class(Intersoft.Client.Framework.ISHeaderedItemsControl, IControl, IFramework, ILicensing, ISelectionItem, IRibbonKeyTipAction)abstract; 
JScript 
TemplatePartAttribute(Name="PopupElement", Type=Intersoft.Client.UI.Controls.UXPopup)
TemplatePartAttribute(Name="ExpandedGridElement", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="AnimationElement", Type=System.Windows.Controls.Border)
TemplatePartAttribute(Name="ExpandedHostElement", Type=System.Windows.Controls.ContentControl)
TemplatePartAttribute(Name="CollapsedButtonElement", Type=Intersoft.Client.UI.Aqua.UXButton)
TemplateVisualStateAttribute(Name="HighlightFocused", GroupName="CommonStates")
TemplateVisualStateAttribute(GroupName="FocusStates", Name="Focused")
TemplateVisualStateAttribute(GroupName="CommonStates", Name="Disabled")
TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")
TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")
TemplateVisualStateAttribute(GroupName="CommonStates", Name="Pressed")
TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)
DescriptionAttribute("Represents a base class for ribbon group.")
TemplateVisualStateAttribute(GroupName="CollapsedState", Name="Collapsed")
TemplateVisualStateAttribute(GroupName="CollapsedState", Name="NotCollapsed")
TemplatePartAttribute(Name="ItemsHostElement", Type=System.Windows.Controls.ItemsPresenter)
TemplatePartAttribute(Name="CollapsedHostElement", Type=System.Windows.Controls.ContentControl)
TemplatePartAttribute(Name="CollapsedLauncherButtonElement", Type=Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonButton)
TemplatePartAttribute(Name="ExpandedLauncherButtonElement", Type=Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonButton)
TemplateVisualStateAttribute(GroupName="FocusStates", Name="Unfocused")
public abstract class UXRibbonTabGroupBase extends Intersoft.Client.Framework.ISHeaderedItemsControl implements IControlIFramework, ILicensing, ISelectionItemIRibbonKeyTipAction 
Managed Extensions for C++ 
[TemplatePartAttribute(Name="PopupElement", Type=Intersoft.Client.UI.Controls.UXPopup)]
[TemplatePartAttribute(Name="ExpandedGridElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="AnimationElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="ExpandedHostElement", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="CollapsedButtonElement", Type=Intersoft.Client.UI.Aqua.UXButton)]
[TemplateVisualStateAttribute(Name="HighlightFocused", GroupName="CommonStates")]
[TemplateVisualStateAttribute(GroupName="FocusStates", Name="Focused")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Disabled")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Pressed")]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[DescriptionAttribute("Represents a base class for ribbon group.")]
[TemplateVisualStateAttribute(GroupName="CollapsedState", Name="Collapsed")]
[TemplateVisualStateAttribute(GroupName="CollapsedState", Name="NotCollapsed")]
[TemplatePartAttribute(Name="ItemsHostElement", Type=System.Windows.Controls.ItemsPresenter)]
[TemplatePartAttribute(Name="CollapsedHostElement", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="CollapsedLauncherButtonElement", Type=Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonButton)]
[TemplatePartAttribute(Name="ExpandedLauncherButtonElement", Type=Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonButton)]
[TemplateVisualStateAttribute(GroupName="FocusStates", Name="Unfocused")]
public __gc abstract class UXRibbonTabGroupBase : public Intersoft.Client.Framework.ISHeaderedItemsControl, IControlIFramework, ILicensing, ISelectionItemIRibbonKeyTipAction  
C++/CLI 
[TemplatePartAttribute(Name="PopupElement", Type=Intersoft.Client.UI.Controls.UXPopup)]
[TemplatePartAttribute(Name="ExpandedGridElement", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="AnimationElement", Type=System.Windows.Controls.Border)]
[TemplatePartAttribute(Name="ExpandedHostElement", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="CollapsedButtonElement", Type=Intersoft.Client.UI.Aqua.UXButton)]
[TemplateVisualStateAttribute(Name="HighlightFocused", GroupName="CommonStates")]
[TemplateVisualStateAttribute(GroupName="FocusStates", Name="Focused")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Disabled")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Pressed")]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[DescriptionAttribute("Represents a base class for ribbon group.")]
[TemplateVisualStateAttribute(GroupName="CollapsedState", Name="Collapsed")]
[TemplateVisualStateAttribute(GroupName="CollapsedState", Name="NotCollapsed")]
[TemplatePartAttribute(Name="ItemsHostElement", Type=System.Windows.Controls.ItemsPresenter)]
[TemplatePartAttribute(Name="CollapsedHostElement", Type=System.Windows.Controls.ContentControl)]
[TemplatePartAttribute(Name="CollapsedLauncherButtonElement", Type=Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonButton)]
[TemplatePartAttribute(Name="ExpandedLauncherButtonElement", Type=Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonButton)]
[TemplateVisualStateAttribute(GroupName="FocusStates", Name="Unfocused")]
public ref class UXRibbonTabGroupBase abstract : public Intersoft.Client.Framework.ISHeaderedItemsControl, IControlIFramework, ILicensing, ISelectionItemIRibbonKeyTipAction  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ItemsControl
                  Intersoft.Client.Framework.HeaderedItemsControl
                     Intersoft.Client.Framework.ISHeaderedItemsControl
                        Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonTabGroupBase
                           Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonTabGroup
                           Intersoft.Client.UI.Aqua.UXRibbon.UXRibbonTabOrderedGroup

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.