BCGControlBar Library for .NET
RibbonObjectType Enumeration




Specifies a type of the object located within the Ribbon Control.
Syntax
'Declaration
 
Public Enum RibbonObjectType 
   Inherits System.Enum
'Usage
 
Dim instance As RibbonObjectType
public enum RibbonObjectType : System.Enum 
__value public enum RibbonObjectType : public System.Enum 
public enum class RibbonObjectType : public System.Enum 
Members
MemberDescription
CaptionCaption (application caption).
CaptionButtonCaption (system) button.
CategoryCaptionCaption area of Category.
CategoryItemCategory Item.
CategoryPanelCategory Panel outside of category items.
CategoryPanelScrollLeftLeft scroll button of catergory panel.
CategoryPanelScrollRightRight scroll button of Category Panel.
DialogButton 
MainButtonMain Button.
MenuItemPopup menu item.
NoneNo object.
QATQuiick Access Toolbar.
QATButtonButton located on the Quick Access Toolbar.
QATCustomizeButtonCustomize button of Quick Access Toolbar.
TabCategory tab.
TabAreaTabs area.
TabElementTab element (item located at the right side of category tabs).
TabScrollLeftLeft scroll button of tab area.
TabScrollRightRight scroll button of tab area.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.ControlBars.Ribbon.RibbonObjectType

Requirements

Target Platforms: 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

Reference

BCGSoft.ControlBars.Ribbon Namespace

Send Feedback