Click or drag to resize

RibbonBarItem Class

Represents a base class for all Ribbonbar controls.
Inheritance Hierarchy

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public abstract class RibbonBarItem : Control, 
	IPostBackDataHandler

The RibbonBarItem type exposes the following members.

Constructors
  NameDescription
Protected methodRibbonBarItem
Initializes a new instance of the RibbonBarItem class
Top
Properties
  NameDescription
Public propertyIndependentRenderingInGroup
If set to true item should render self in group independently
Top
Methods
  NameDescription
Public methodKeyboardShortcutAppend
Appends keyboard shortcut to a ribbon bar item
Public methodLoadPostData
Processes postback data for the item.
Public methodRaisePostDataChangedEvent
Signals the item to notify the ASP.NET application that the state of the item has changed.
Public methodRaisesEvent(String)
Determines whether the item is currently raising specified event.
Protected methodRaisesEvent(String, String)
Determines whether the item is currently raising specified event.
Top
Remarks