Class
RibbonSplitButtonAutomationPeer

UI Automation Peer class for RadRibbonSplitButton.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

cs-api-definition
public class RibbonSplitButtonAutomationPeer : RadSplitButtonAutomationPeer, IInvokeProvider, IExpandCollapseProvider

Inheritance: objectRadSplitButtonAutomationPeerRibbonSplitButtonAutomationPeer

Implements: IExpandCollapseProviderIInvokeProvider

Inherited Members RadSplitButtonAutomationPeer.Invoke()RadSplitButtonAutomationPeer.Collapse()RadSplitButtonAutomationPeer.Expand()RadSplitButtonAutomationPeer.GetPattern(PatternInterface)RadSplitButtonAutomationPeer.GetAutomationControlTypeCore()RadSplitButtonAutomationPeer.GetChildrenCore()RadSplitButtonAutomationPeer.GetAutomationIdCore()RadSplitButtonAutomationPeer.GetLocalizedControlTypeCore()RadSplitButtonAutomationPeer.ExpandCollapseState

Constructors

RibbonSplitButtonAutomationPeer(RadRibbonSplitButton)

Initializes a new instance of the RibbonSplitButtonAutomationPeer class.

Declaration

cs-api-definition
public RibbonSplitButtonAutomationPeer(RadRibbonSplitButton owner)

Parameters

owner

RadRibbonSplitButton

Methods

GetClassNameCore()

Returns the name of the UIElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

The name of the owner type that is associated with this . See Remarks.

Overrides RadSplitButtonAutomationPeer.GetClassNameCore()

GetHelpTextCore()

Returns the string that describes the functionality of the FrameworkElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

The help text, or Empty if there is no help text.

Overrides RadSplitButtonAutomationPeer.GetHelpTextCore()

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

Overrides RadSplitButtonAutomationPeer.GetItemStatusCore()

GetNameCore()

Returns the text label of the FrameworkElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

The text label of the element that is associated with this automation peer.

Overrides RadSplitButtonAutomationPeer.GetNameCore()