New to Telerik UI for WPFStart a free 30-day trial

UI Automation Peer class for SettingsPane.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll

Syntax:

C#
public class SettingsPaneAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider

Inheritance: objectSettingsPaneAutomationPeer

Implements: IExpandCollapseProvider

Constructors

Initializes a new instance of the SettingsPaneAutomationPeer class.

C#
public SettingsPaneAutomationPeer(SettingsPane owner)
Parameters:ownerSettingsPane

The owner.

Properties

ExpandCollapseState

ExpandCollapseState

Gets the state (expanded or collapsed) of the control.

C#
public ExpandCollapseState ExpandCollapseState { get; }
Property Value:

The state (expanded or collapsed) of the control.

Methods

Hides all nodes, controls, or content that are descendants of the control.

C#
public void Collapse()

Displays all child nodes, controls, or content of the control.

C#
public void Expand()
C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string

Gets a control pattern that is associated with this AutomationPeer.

C#
public override object GetPattern(PatternInterface patternInterface)
Parameters:patternInterfacePatternInterfaceReturns:

object

C#
protected override bool IsEnabledCore()
Returns:

bool