Skip to content

RibbonBackstageTab Object Members

See Also

See Also

Command Bars ActiveX Control v24.0

RibbonBackstageTab Object Members

Public Methods

Public Method Delete
Deletes the Tab from the Backstage Views Tab Pane.

Public Properties

  • Public Property Action
    CommandBarAction object associated with this Tab.

  • Public Property Caption
    Gets/Sets the caption of the Tab.

  • Public Property Controls
    Gets the collection of Commands and Tabs which are the siblings of this Tab.

  • Public Property DefaultItem
    Retrieves whether or not the Tab is the default Tab in the Tab Pane.

  • Public Property DescriptionText
    Sets/Gets the description text of the Tab.

  • Public Property Enabled
    Gets/Sets a boolean value indicating whether the tab is enabled.

  • Public Property IconId
    IconId of the Tab (Should not be used).

  • Public Property Id
    Gets/Sets the numeric identifier of the Tab.

  • Public Property Index
    Gets the index of the Tab within the BackStage's collection of Tabs and Commands.

  • Public Property Parameter
    Gets/Sets the parameter of the Tab. This is the equivalent to the "Tag" property. You can store any extra data needed for your program.

  • Public Property Parent
    Gets a reference to the parent RibbonBackstageView of the Tab.

  • Public Property Visible
    Gets/Sets a boolean value indicating whether the tab is visible.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.