RibbonBarCheckbox Class |
Namespace: Dynamicweb.Controls
The RibbonBarCheckbox type exposes the following members.
| Name | Description | |
|---|---|---|
| RibbonBarCheckbox | Initializes a new instance of the RibbonBarCheckbox class |
| Name | Description | |
|---|---|---|
| Checked |
Stores and retrieves value indicating whether checkbox is checked.
| |
| CssClass |
Gets or sets the additional CSS class name to apply.
| |
| Disabled |
Stores and retrieves the value indicating whether checkbox is disabled.
| |
| Hide |
Stores and retrieves value indicating whether to hide checkbox.
| |
| Icon |
Stores and retrieves the predefined button icon. Icons wins over images!
| |
| IconColor |
Stores and retrieves the predefined button iconColor.
| |
| Image |
Stores and retrieves the predefined checkbox image.
| |
| ImagePath |
Stores and retrieves the path to the checkbox image.
| |
| IndependentRenderingInGroup |
If set to true item should render self in group independently
(Inherited from RibbonBarItem.) | |
| ModuleSystemName |
Get and set required module to see this item
| |
| OnClientClick |
Stores and retrieves the 'onclick' action.
| |
| RenderAs |
Stores and retrieves the checkbox visual style.
| |
| Size |
Stores and retrieves the size of the checkbox button (takes effect only when Style set to "RibbonbarItem.Style.Default").
| |
| Text |
Stores and retrieves checkbox text.
| |
| Title | ||
| Version |
Get and set minimum required version to use the button
|
| Name | Description | |
|---|---|---|
| Control_OnInit |
Handles checkbox "OnInit" event.
| |
| KeyboardShortcutAppend |
Appends keyboard shortcut to a ribbon bar item
(Inherited from RibbonBarItem.) | |
| LoadPostData |
Processes postback data for the checkbox.
(Overrides RibbonBarItemLoadPostData(String, NameValueCollection).) | |
| RaisePostDataChangedEvent |
Signals the item to notify the ASP.NET application that the state of the item has changed.
(Inherited from RibbonBarItem.) | |
| RaisesEvent(String) |
Determines whether the item is currently raising specified event.
(Inherited from RibbonBarItem.) | |
| RaisesEvent(String, String) |
Determines whether the item is currently raising specified event.
(Inherited from RibbonBarItem.) | |
| RenderControl |
Renders checkbox.
|