UI Automation Peer class for RadRibbonSplitButton.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
C#
public class RibbonSplitButtonAutomationPeer : RadSplitButtonAutomationPeer, IInvokeProvider, IExpandCollapseProvider
Inheritance: objectRadSplitButtonAutomationPeerRibbonSplitButtonAutomationPeer
Implements:
Inherited Members
Constructors
Initializes a new instance of the RibbonSplitButtonAutomationPeer class.
C#
public RibbonSplitButtonAutomationPeer(RadRibbonSplitButton owner)
Methods
Returns the name of the UIElement that is associated with this . This method is called by .
C#
protected override string GetClassNameCore()
The name of the owner type that is associated with this . See Remarks.
Overrides:
Returns the text label of the FrameworkElement that is associated with this . This method is called by .
C#
protected override string GetNameCore()
The text label of the element that is associated with this automation peer.
Overrides: