Class EditScrollControlAutomationPeer
Represents a class that provides UI Automation support for EditScrollControl.
Inheritance
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class EditScrollControlAutomationPeer : FrameworkElementAutomationPeer
Constructors
EditScrollControlAutomationPeer(EditScrollControl)
Initializes a new instance of the EditScrollControlAutomationPeer class.
Declaration
public EditScrollControlAutomationPeer(EditScrollControl control)
Parameters
Type | Name | Description |
---|---|---|
EditScrollControl | control | The control. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the EditControl that is associated with this EditControlAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type |
---|
System.Windows.Automation.Peers.AutomationControlType |
GetBoundingRectangleCore()
Returns the bounded rectangle of EditControl.
Declaration
protected override Rect GetBoundingRectangleCore()
Returns
Type |
---|
System.Windows.Rect |
GetChildrenCore()
Retuns the children associated with EditScrollControl.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
Type |
---|
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> |
GetClassNameCore()
Gets the class name that is associated with this EditControlAutomationPeer . This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | An System.String.Empty string. |
GetNameCore()
Provides the peer's behavior when a UI Automation client calls GetName or an equivalent UI Automation client API.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | The name as used by assistive technoloGetClassNameCoreies and other UI Automation clients. |
IsEnabledCore()
Gets the value indicates whether the control is enabled on not.
Declaration
protected override bool IsEnabledCore()
Returns
Type |
---|
System.Boolean |
IsKeyboardFocusableCore()
Gets the value indicates whether the control is keyboard focusable
Declaration
protected override bool IsKeyboardFocusableCore()
Returns
Type |
---|
System.Boolean |