ClassRadRibbonApplicationDropDownButton
Represents a drop-down button specifically designed for use within the context of a RadRibbonView. This class inherits from RadRibbonDropDownButton and is intended to provide additional styling and functionality specific to ribbon application buttons within WPF applications. It is designed to support features such as automatic styling and automation peer support for accessibility, leveraging the capabilities of the underlying framework for custom behaviors.
Definition
Namespace:Telerik.Windows.Controls.RibbonView.Primitives
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
public class RadRibbonApplicationDropDownButton : RadRibbonDropDownButton, IDisposable, IRibbonButton, IVariantControl
Inheritance: objectRadButtonRadDropDownButtonRadRibbonDropDownButtonRadRibbonApplicationDropDownButton
Implements:
Inherited Members
Constructors
RadRibbonApplicationDropDownButton()
Initializes a new instance of the RadRibbonApplicationDropDownButton class.
Declaration
public RadRibbonApplicationDropDownButton()
Methods
OnCreateAutomationPeer()
When implemented in a derived class, returns class-specific AutomationPeer implementations for the automation infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The class-specific AutomationPeer subclass to return.
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides