Class RadSplitContainerAutomationPeer
Automation Peer for the Telerik.Windows.Controls.RadSplitContainer class.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class RadSplitContainerAutomationPeer : FrameworkElementAutomationPeer, IDockProvider
Constructors
RadSplitContainerAutomationPeer(RadSplitContainer)
Initializes a new instance of the RadSplitContainerAutomationPeer class.
Declaration
public RadSplitContainerAutomationPeer(RadSplitContainer owner)
Parameters
RadSplitContainer
owner
|
Properties
DockPosition
Gets a value that indicates what is the DockPosition of the RadSplitContainer.
Declaration
public DockPosition DockPosition { get; }
Property Value
System.Windows.Automation.DockPosition
|
Methods
GetAutomationControlTypeCore()
Gets the automation control type for this Telerik.Windows.Controls.RadSplitContainerAutomationPeer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
Custom automation control type. |
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
GetNameCore()
Gets the core name for this Telerik.Windows.Controls.RadSplitContainerAutomationPeer.
Declaration
protected override string GetNameCore()
Returns
System.String
|
GetPattern(PatternInterface)
Gets the pattern.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
System.Object
|
SetDockPosition(DockPosition)
Sets the dock position of the RadSplitContainer.
Declaration
public void SetDockPosition(DockPosition dockPosition)
Parameters
System.Windows.Automation.DockPosition
dockPosition
|