Click or drag to resize

RibbonBar Methods

The RibbonBar type exposes the following members.

Methods
  NameDescription
Public methodAddGroup
Adds new group.
Public methodAddTab
Adds new tab.
Protected methodControl_OnInit
Handles ribbonbar "OnInit" event.
Protected methodControl_OnLoad
Handles ribbonbar "OnLoad" event.
Public methodCreateGroup
Creates new group.
Public methodCreateTab
Creates new tab.
Public methodGetGroupByName
Retrieves group by its name and by the name of the corresponding tab.
Public methodGetTabByName
Retrieves tab by its name.
Public methodHasGroup
Determines whether group with the given name is declared within the given tab.
Public methodHasTab
Determines whether tab with the given name is declared.
Protected methodInitializeAddIns
Initiates the "Initialize" stage of an add-ins.
Public methodInsertGroup
Inserts the given group onto the given tab with the given position.
Public methodInsertTab
Inserts the given tab into the given position.
Protected methodLoadAddIns
Initiates the "Load" stage of an add-ins.
Public methodLoadResources
Public methodRaisePostBackEvent
Processes ribbon postback events.
Protected methodRender
Renders ribbonbar.
Top
See Also