Click or drag to resize

Toolbar Class

Represents a toolbar.
Inheritance Hierarchy
System.Web.UIControl
  Dynamicweb.ControlsToolbar

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

The Toolbar type exposes the following members.

Constructors
  NameDescription
Public methodToolbar
Initializes a new instance of the Toolbar class
Top
Properties
  NameDescription
Public propertyButtons
Gets a collection of toolbar buttons.
Public propertyShowAsRibbon
Gets or sets a value indicating whether the toolbar should be rendered as a ribbon.
Public propertyShowEnd
Gets or sets a value indicating whether to show the end graphics.
Public propertyShowStart
Gets or sets a value indicating whether to show the start graphics.
Top
Methods
  NameDescription
Protected methodControl_OnLoad
Handles toolbar "OnLoad" event.
Public methodLoadResources
Protected methodRender
Renders toolbar.
Top
Remarks