Class TileViewControlAutomationPeer
Inheritance
System.Object
TileViewControlAutomationPeer
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class TileViewControlAutomationPeer : FrameworkElementAutomationPeer
Constructors
TileViewControlAutomationPeer(TileViewControl)
Initializes a new instance of the TileViewControlAutomationPeer class.
Declaration
public TileViewControlAutomationPeer(TileViewControl control)
Parameters
| Type | Name | Description |
|---|---|---|
| TileViewControl | control | The TileViewControl associated with this automation peer. |
Methods
GetAutomationControlTypeCore()
Returns the control type for the automation peer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
| Type | Description |
|---|---|
| System.Windows.Automation.Peers.AutomationControlType | The System.Windows.Automation.Peers.AutomationControlType.Custom value indicating that this is a custom control type. |
GetAutomationIdCore()
Declaration
protected override string GetAutomationIdCore()
Returns
| Type |
|---|
| System.String |
GetClassNameCore()
Returns the class name for the automation peer.
Declaration
protected override string GetClassNameCore()
Returns
| Type |
|---|
| System.String |
GetItemStatusCore()
Gets a string that communicates the visual status of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetItemStatus().
Declaration
protected override string GetItemStatusCore()
Returns
| Type |
|---|
| System.String |
GetNameCore()
Returns the name of the automation peer.
Declaration
protected override string GetNameCore()
Returns
| Type |
|---|
| System.String |