ClassRadSplitContainerAutomationPeer
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
RadSplitContainerAutomationPeer(RadSplitContainer)
Initializes a new instance of the RadSplitContainerAutomationPeer class.
Declaration
public RadSplitContainerAutomationPeer(RadSplitContainer owner)
Parameters
owner
Properties
DockPosition
Gets a value that indicates what is the DockPosition of the RadSplitContainer.
Declaration
public DockPosition DockPosition { get; }
Property Value
DockPosition
Methods
GetAutomationControlTypeCore()
Gets the automation control type for this Telerik.Windows.Controls.RadSplitContainerAutomationPeer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
Custom automation control type.
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
GetNameCore()
Gets the core name for this Telerik.Windows.Controls.RadSplitContainerAutomationPeer.
GetPattern(PatternInterface)
Gets the pattern.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
SetDockPosition(DockPosition)
Sets the dock position of the RadSplitContainer.
Declaration
public void SetDockPosition(DockPosition dockPosition)
Parameters
dockPosition
DockPosition