Click or drag to resize

RibbonBarTab Class

Represents a Ribbonbar tab.
Inheritance Hierarchy
System.Web.UIControl
  Dynamicweb.ControlsRibbonBarTab

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[DefaultPropertyAttribute("Name")]
public class RibbonBarTab : Control

The RibbonBarTab type exposes the following members.

Constructors
  NameDescription
Public methodRibbonBarTab
Initializes a new instance of the RibbonBarTab class
Top
Properties
  NameDescription
Public propertyActive
Stores and retrieves the value indicating whether tab is active.
Public propertyClassName
Gets or sets the additional css class name on a tab.
Public propertyDisabled
Gets or sets value indication whether ribbon tab is disabled
Public propertyName
Stores and retrieves the name of the tab.
Public propertyOnClientClick
Gets or sets the client-side script which is executed when user clicks on a tab.
Top
Remarks