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

Automation peer for the RadDiagramContainerShape class.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

C#
public class RadDiagramContainerShapeAutomationPeer : RadDiagramItemAutomationPeer, ISelectionItemProvider, IScrollItemProvider, IExpandCollapseProvider

Inheritance: objectRadDiagramItemAutomationPeerRadDiagramContainerShapeAutomationPeer

Implements: IExpandCollapseProviderIScrollItemProviderISelectionItemProvider

Inherited Members RadDiagramItemAutomationPeer.GetPattern(PatternInterface)RadDiagramItemAutomationPeer.GetItem()RadDiagramItemAutomationPeer.GetChildrenCore()RadDiagramItemAutomationPeer.GetAutomationControlTypeCore()RadDiagramItemAutomationPeer.GetNameCore()

Constructors

Initializes a new instance of the RadDiagramContainerShapeAutomationPeer class.

C#
public RadDiagramContainerShapeAutomationPeer(RadDiagramContainerShape owner, RadDiagram diagram)
Parameters:ownerRadDiagramContainerShape

The owner.

diagramRadDiagram

The diagram.

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()

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

C#
protected override string GetClassNameCore()
Returns:

string

The type of the owner.

Overrides: RadDiagramItemAutomationPeer.GetClassNameCore()

C#
protected override string GetHelpTextCore()
Returns:

string

Overrides: RadDiagramItemAutomationPeer.GetHelpTextCore()

C#
protected override string GetItemStatusCore()
Returns:

string

Overrides: RadDiagramItemAutomationPeer.GetItemStatusCore()

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string