Class
RadDiagramContainerShapeAutomationPeer

Automation peer for the RadDiagramContainerShape class.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Diagrams.dll

Syntax:

cs-api-definition
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

RadDiagramContainerShapeAutomationPeer(RadDiagramContainerShape, RadDiagram)

Initializes a new instance of the RadDiagramContainerShapeAutomationPeer class.

Declaration

cs-api-definition
public RadDiagramContainerShapeAutomationPeer(RadDiagramContainerShape owner, RadDiagram diagram)

Parameters

owner

RadDiagramContainerShape

The owner.

diagram

RadDiagram

The diagram.

Properties

ExpandCollapseState

Gets the state, expanded or collapsed, of the control.

Declaration

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

Property Value

ExpandCollapseState

The state, expanded or collapsed, of the control.

Methods

Collapse()

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

Declaration

cs-api-definition
public void Collapse()

Expand()

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

Declaration

cs-api-definition
public void Expand()

GetClassNameCore()

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

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

The type of the owner.

Overrides RadDiagramItemAutomationPeer.GetClassNameCore()

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

Overrides RadDiagramItemAutomationPeer.GetHelpTextCore()

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

Overrides RadDiagramItemAutomationPeer.GetItemStatusCore()

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string