Click or drag to resize

RibbonBarRadioButton Class

Represents a Ribbonbar radio button.
Inheritance Hierarchy

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

The RibbonBarRadioButton type exposes the following members.

Constructors
  NameDescription
Public methodRibbonBarRadioButton
Initializes a new instance of the RibbonBarRadioButton class
Top
Properties
  NameDescription
Public propertyChecked
Stores and retrieves value indicating whether radio button is checked.
Public propertyContextMenuId
Public propertyCssClass
Gets or sets the additional CSS class name to apply.
Public propertyDisabled
Stores and retrieves the value indicating whether radio button is disabled.
Public propertyDoTranslate
If set to true (default) the Text is translated
Public propertyGroup
Stores and retrieves radio button group name.
Public propertyHide
Stores and retrieves value indicating whether to hide radio button.
Public propertyIcon
Stores and retrieves the predefined button icon. Icons wins over images!
Public propertyIconColor
Public propertyImage
Stores and retrieves the predefined radio button image.
Public propertyImagePath
Stores and retrieves the path to the radio button 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 radio button visual style.
Public propertySize
Stores and retrieves the size of the radio button (takes effect only when Style set to "RibbonbarItem.Style.Default").
Public propertySplitButton
Public propertyText
Stores and retrieves radio button text.
Public propertyValue
Stores and retrieves radio button value.
Public propertyVersion
Get and set minimum required version to use the button
Top
Methods
  NameDescription
Protected methodControl_OnInit
Handles radio button "OnInit" event.
Public methodKeyboardShortcutAppend
Appends keyboard shortcut to a ribbon bar item
(Inherited from RibbonBarItem.)
Public methodLoadPostData
Processes postback data for the radio button.
(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 radio button.
Top
Remarks