Click or drag to resize

RibbonBar Class

Represents a ribbonbar control.
Inheritance Hierarchy
System.Web.UIControl
  Dynamicweb.ControlsRibbonBar

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[DefaultPropertyAttribute("Text")]
public class RibbonBar : Control, IResourceLoader, 
	IPostBackEventHandler

The RibbonBar type exposes the following members.

Constructors
  NameDescription
Public methodRibbonBar
Initializes a new instance of the RibbonBar class
Top
Properties
  NameDescription
Public propertyActiveTab
Stores and retrieves the current active tab number.
Public propertyAddIns
Gets the list of add-ins for the current control.
Public propertyCanCollapse
Gets or sets value indicating whether Ribbon area can be collapsed by the user.
Public propertyDataContext
Gets or sets the data context under which the current instance is running.
Public propertyDisableAddIns
Gets or sets value indicating whether to disable all add-ins.
Public propertyDisabled
Gets or sets value indication whether ribbon area is disabled
Public propertyHelpKeyword
Gets or sets the help keyword.
Public propertyShowTrace
Gets or sets value indicating whether to output the trace information next to the RibbonBar control output.
Top
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
Remarks