Click or drag to resize

RibbonBarRadioButton Methods

The RibbonBarRadioButton type exposes the following members.

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
See Also