Click or drag to resize

RibbonBarCheckbox Class

Represents a Ribbonbar checkbox.
Inheritance Hierarchy

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

The RibbonBarCheckbox type exposes the following members.

Constructors
  NameDescription
Public methodRibbonBarCheckbox
Initializes a new instance of the RibbonBarCheckbox class
Top
Properties
  NameDescription
Public propertyChecked
Stores and retrieves value indicating whether checkbox is checked.
Public propertyCssClass
Gets or sets the additional CSS class name to apply.
Public propertyDisabled
Stores and retrieves the value indicating whether checkbox is disabled.
Public propertyHide
Stores and retrieves value indicating whether to hide checkbox.
Public propertyIcon
Stores and retrieves the predefined button icon. Icons wins over images!
Public propertyIconColor
Stores and retrieves the predefined button iconColor.
Public propertyImage
Stores and retrieves the predefined checkbox image.
Public propertyImagePath
Stores and retrieves the path to the checkbox image.
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 propertyOnClientClick
Stores and retrieves the 'onclick' action.
Public propertyRenderAs
Stores and retrieves the checkbox visual style.
Public propertySize
Stores and retrieves the size of the checkbox button (takes effect only when Style set to "RibbonbarItem.Style.Default").
Public propertyText
Stores and retrieves checkbox text.
Public propertyTitle
Public propertyVersion
Get and set minimum required version to use the button
Top
Methods
  NameDescription
Protected methodControl_OnInit
Handles checkbox "OnInit" event.
Public methodKeyboardShortcutAppend
Appends keyboard shortcut to a ribbon bar item
(Inherited from RibbonBarItem.)
Public methodLoadPostData
Processes postback data for the checkbox.
(Overrides RibbonBarItemLoadPostData(String, NameValueCollection).)
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 checkbox.
Top
Remarks