Class RadRibbonApplicationDropDownButton
A DropDownButton control for that is used as and application button in the RadRibbonView.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.RibbonView.Primitives
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class RadRibbonApplicationDropDownButton : RadRibbonDropDownButton, ICommandSource, IPopupHost, IPopupWrapperOwner, IDisposable, IRibbonButton, IVariantControl
Constructors
RadRibbonApplicationDropDownButton()
Initializes a new instance of the RadRibbonApplicationDropDownButton class.
Declaration
public RadRibbonApplicationDropDownButton()
Methods
OnCreateAutomationPeer()
When implemented in a derived class, returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the automation infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The class-specific System.Windows.Automation.Peers.AutomationPeer subclass to return. |