RibbonBar Class |
Namespace: Dynamicweb.Controls
The RibbonBar type exposes the following members.
Name | Description | |
---|---|---|
ActiveTab |
Stores and retrieves the current active tab number.
| |
AddIns |
Gets the list of add-ins for the current control.
| |
CanCollapse |
Gets or sets value indicating whether Ribbon area can be collapsed by the user.
| |
DataContext |
Gets or sets the data context under which the current instance is running.
| |
DisableAddIns |
Gets or sets value indicating whether to disable all add-ins.
| |
Disabled |
Gets or sets value indication whether ribbon area is disabled
| |
HelpKeyword |
Gets or sets the help keyword.
| |
ShowTrace |
Gets or sets value indicating whether to output the trace information next to the RibbonBar control output.
|
Name | Description | |
---|---|---|
AddGroup |
Adds new group.
| |
AddTab |
Adds new tab.
| |
Control_OnInit |
Handles ribbonbar "OnInit" event.
| |
Control_OnLoad |
Handles ribbonbar "OnLoad" event.
| |
CreateGroup |
Creates new group.
| |
CreateTab |
Creates new tab.
| |
GetGroupByName |
Retrieves group by its name and by the name of the corresponding tab.
| |
GetTabByName |
Retrieves tab by its name.
| |
HasGroup |
Determines whether group with the given name is declared within the given tab.
| |
HasTab |
Determines whether tab with the given name is declared.
| |
InitializeAddIns |
Initiates the "Initialize" stage of an add-ins.
| |
InsertGroup |
Inserts the given group onto the given tab with the given position.
| |
InsertTab |
Inserts the given tab into the given position.
| |
LoadAddIns |
Initiates the "Load" stage of an add-ins.
| |
LoadResources | ||
RaisePostBackEvent |
Processes ribbon postback events.
| |
Render |
Renders ribbonbar.
|