Class TileViewItemMinMaxButtonAutomationPeer
Inheritance
System.Object
TileViewItemMinMaxButtonAutomationPeer
Assembly: Syncfusion.Shared.Wpf.dll
public class TileViewItemMinMaxButtonAutomationPeer : FrameworkElementAutomationPeer
Constructors
Declaration
public TileViewItemMinMaxButtonAutomationPeer(TileViewItemMinMaxButton control)
Parameters
Methods
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type |
System.Windows.Automation.Peers.AutomationControlType |
Declaration
protected override string GetAutomationIdCore()
Returns
Gets the name 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.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
Type |
Description |
System.String |
An System.String.Empty string.
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
Declaration
protected override string GetNameCore()
Returns
Gets the control pattern for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
Type |
Name |
Description |
System.Windows.Automation.Peers.PatternInterface |
patternInterface |
A value from the enumeration.
|
Returns
Type |
Description |
System.Object |
returns the pattern
|