Click or drag to resize

RibbonBarPanel Class

Represents a Ribbonbar panel.
Inheritance Hierarchy

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[DefaultPropertyAttribute("")]
public class RibbonBarPanel : RibbonBarItem

The RibbonBarPanel type exposes the following members.

Constructors
  NameDescription
Public methodRibbonBarPanel
Initializes a new instance of the RibbonBarPanel class
Top
Properties
  NameDescription
Public propertyExcludeMarginImage
Stores and retrieves value indicating whether to exclude the margin image from the panel.
Public propertyHide
Stores and retrieves value indicating whether to hide panel.
Public propertyIndependentRenderingInGroup
If set to true item should render self in group independently
(Inherited from RibbonBarItem.)
Public propertyModuleSystemName
Get and set required module to see this item
Public propertyVersion
Get and set minimum required version to use the button
Top
Methods
  NameDescription
Public methodKeyboardShortcutAppend
Appends keyboard shortcut to a ribbon bar item
(Inherited from RibbonBarItem.)
Public methodLoadPostData
Processes postback data for the item.
(Inherited from RibbonBarItem.)
Public methodRaisePostDataChangedEvent
Signals the item to notify the ASP.NET application that the state of the item has changed.
(Inherited from RibbonBarItem.)
Public methodRaisesEvent(String)
Determines whether the item is currently raising specified event.
(Inherited from RibbonBarItem.)
Protected methodRaisesEvent(String, String)
Determines whether the item is currently raising specified event.
(Inherited from RibbonBarItem.)
Public methodRenderControl
Renders panel.
Top
Remarks