Class
RadSideDrawerAutomationPeer

AutomationPeer class for RadSideDrawer.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadSideDrawerAutomationPeer : RadControlAutomationPeer, IExpandCollapseProvider

Inheritance: objectRadControlAutomationPeerRadSideDrawerAutomationPeer

Implements: IExpandCollapseProvider

Inherited Members RadControlAutomationPeer.GetClassNameCore()

Constructors

RadSideDrawerAutomationPeer(RadSideDrawer)

Initializes a new instance of the RadSideDrawerAutomationPeer class.

Declaration

cs-api-definition
public RadSideDrawerAutomationPeer(RadSideDrawer owner)

Parameters

owner

RadSideDrawer

The RadSideDrawer that is associated with this RadSideDrawerAutomationPeer.

Properties

ExpandCollapseState

Declaration

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

Property Value

ExpandCollapseState

Methods

Collapse()

Declaration

cs-api-definition
public void Collapse()

Expand()

Declaration

cs-api-definition
public void Expand()

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

Overrides RadControlAutomationPeer.GetAutomationControlTypeCore()

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

Overrides RadControlAutomationPeer.GetLocalizedControlTypeCore()

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

Overrides RadControlAutomationPeer.GetNameCore()

GetPatternCore(PatternInterface)

Declaration

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

Parameters

patternInterface

PatternInterface

Returns

object