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

Represents the automation peer for the RadSplitContainer class. This class provides information about the RadSplitContainer for UI automation clients, including features for listing custom property values, handling dock positions, and generating automation control types. It inherits from and implements the IDockProvider interface to support docking functionality.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

C#
public class RadSplitContainerAutomationPeer : FrameworkElementAutomationPeer, IDockProvider

Inheritance: objectRadSplitContainerAutomationPeer

Implements: IDockProvider

Constructors

Initializes a new instance of the RadSplitContainerAutomationPeer class.

C#
public RadSplitContainerAutomationPeer(RadSplitContainer owner)
Parameters:ownerRadSplitContainer

Properties

DockPosition

DockPosition

Gets a value that indicates what is the DockPosition of the RadSplitContainer.

C#
public DockPosition DockPosition { get; }

Methods

Gets the automation control type for this Telerik.Windows.Controls.RadSplitContainerAutomationPeer.

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

Custom automation control type.

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

Gets the core name for this Telerik.Windows.Controls.RadSplitContainerAutomationPeer.

C#
protected override string GetNameCore()
Returns:

string

Gets the pattern.

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

object

Sets the dock position of the RadSplitContainer.

C#
public void SetDockPosition(DockPosition dockPosition)
Parameters:dockPositionDockPosition