Class
ApplicationButtonAutomationPeer

Automation peer class for Application Button Element.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ApplicationButtonAutomationPeer : ButtonBaseAutomationPeer, IExpandCollapseProvider

Inheritance: objectApplicationButtonAutomationPeer

Implements: IExpandCollapseProvider

Constructors

ApplicationButtonAutomationPeer(ButtonBase, RadRibbonView)

Initializes a new instance of the ApplicationButtonAutomationPeer class.

Declaration

cs-api-definition
public ApplicationButtonAutomationPeer(ButtonBase owner, RadRibbonView ribbonOwner)

Parameters

owner

ButtonBase

ribbonOwner

RadRibbonView

Properties

ExpandCollapseState

Gets the expand/collapse state.

Declaration

cs-api-definition
public ExpandCollapseState ExpandCollapseState { get; }

Property Value

ExpandCollapseState

Methods

Collapse()

Implementation of the Collapse method from the IExpandCollapseProvider interface.

Declaration

cs-api-definition
public void Collapse()

Expand()

Implementation of the Expand method from the IExpandCollapseProvider interface.

Declaration

cs-api-definition
public void Expand()

GetClassNameCore()

Gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

GetPatternCore(PatternInterface)

Declaration

cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object