RibbonBarRadioButton Class |
Namespace: Dynamicweb.Controls
The RibbonBarRadioButton type exposes the following members.
Name | Description | |
---|---|---|
RibbonBarRadioButton | Initializes a new instance of the RibbonBarRadioButton class |
Name | Description | |
---|---|---|
Checked |
Stores and retrieves value indicating whether radio button is checked.
| |
ContextMenuId | ||
CssClass |
Gets or sets the additional CSS class name to apply.
| |
Disabled |
Stores and retrieves the value indicating whether radio button is disabled.
| |
DoTranslate |
If set to true (default) the Text is translated
| |
Group |
Stores and retrieves radio button group name.
| |
Hide |
Stores and retrieves value indicating whether to hide radio button.
| |
Icon |
Stores and retrieves the predefined button icon. Icons wins over images!
| |
IconColor | ||
Image |
Stores and retrieves the predefined radio button image.
| |
ImagePath |
Stores and retrieves the path to the radio button 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 radio button visual style.
| |
Size |
Stores and retrieves the size of the radio button (takes effect only when Style set to "RibbonbarItem.Style.Default").
| |
SplitButton | ||
Text |
Stores and retrieves radio button text.
| |
Value |
Stores and retrieves radio button value.
| |
Version |
Get and set minimum required version to use the button
|
Name | Description | |
---|---|---|
Control_OnInit |
Handles radio button "OnInit" event.
| |
KeyboardShortcutAppend |
Appends keyboard shortcut to a ribbon bar item
(Inherited from RibbonBarItem.) | |
LoadPostData |
Processes postback data for the radio button.
(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 radio button.
|