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:
public class RadSplitContainerAutomationPeer : FrameworkElementAutomationPeer, IDockProvider
Inheritance: objectRadSplitContainerAutomationPeer
Implements:
Constructors
Initializes a new instance of the RadSplitContainerAutomationPeer class.
public RadSplitContainerAutomationPeer(RadSplitContainer owner)
Properties
DockPosition
DockPosition
Gets a value that indicates what is the DockPosition of the RadSplitContainer.
public DockPosition DockPosition { get; }
Methods
Gets the automation control type for this Telerik.Windows.Controls.RadSplitContainerAutomationPeer.
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
Custom automation control type.
Gets the core name for this Telerik.Windows.Controls.RadSplitContainerAutomationPeer.
Gets the pattern.
public override object GetPattern(PatternInterface patternInterface)
Sets the dock position of the RadSplitContainer.
public void SetDockPosition(DockPosition dockPosition)