In This Article

SplitContainerAutomationPeer Class

Exposes SplitContainer types to UI Automation.

public class SplitContainerAutomationPeer : FrameworkElementAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer object

Constructors

SplitContainerAutomationPeer(SplitContainer)

Exposes SplitContainer types to UI Automation.

public SplitContainerAutomationPeer(SplitContainer owner)
Parameter Type Description
owner SplitContainer

The owner element.

Methods

GetAutomationControlTypeCore()

Gets the control type for the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetAutomationControlType().

protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType:

The Custom enumeration value.

GetClassNameCore()

Gets the name of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetClassName().

protected override string GetClassNameCore()

Returns

string:

An Empty string.

GetClickablePointCore()

Gets a System.Windows.Point that represents the clickable space that is on the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetClickablePoint().

protected override Point GetClickablePointCore()

Returns

Point:

The System.Windows.Point on the element that allows a click. The point values are (NaN, NaN) if the element is not both a HwndSource and a PresentationSource.

GetLocalizedControlTypeCore()

When overridden in a derived class, is called by GetLocalizedControlType().

protected override string GetLocalizedControlTypeCore()

Returns

string:

The type of the control.

GetOrientationCore()

Gets a value that indicates whether the UIElement that is associated with this UIElementAutomationPeer is laid out in a specific direction. This method is called by GetOrientation().

protected override AutomationOrientation GetOrientationCore()

Returns

AutomationOrientation:

The None enumeration value.

Extension Methods