Class RadDiagramContainerShapeAutomationPeer
Automation peer for the RadDiagramContainerShape class.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public class RadDiagramContainerShapeAutomationPeer : RadDiagramItemAutomationPeer, ISelectionItemProvider, IScrollItemProvider, IExpandCollapseProvider
Constructors
RadDiagramContainerShapeAutomationPeer(RadDiagramContainerShape, RadDiagram)
Initializes a new instance of the RadDiagramContainerShapeAutomationPeer class.
Declaration
public RadDiagramContainerShapeAutomationPeer(RadDiagramContainerShape owner, RadDiagram diagram)
Parameters
RadDiagramContainerShape
owner
The owner. |
RadDiagram
diagram
The diagram. |
Properties
ExpandCollapseState
Gets the state, expanded or collapsed, of the control.
Declaration
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
System.Windows.Automation.ExpandCollapseState
The state, expanded or collapsed, of the control. |
Methods
Collapse()
Hides all nodes, controls, or content that are descendants of the control.
Declaration
public void Collapse()
Expand()
Displays all child nodes, controls, or content of the control.
Declaration
public void Expand()
GetClassNameCore()
Gets the name of the Telerik.Windows.Controls.RadDiagramItem that is associated with this Telerik.Windows.Controls.Diagrams.AutomationPeers.RadDiagramItemAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
System.String
The type of the owner. |
Overrides
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
Overrides
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|