Class RibbonButtonAutomationPeer
Represents the class that exposes the Ribbon Button to UI Automation.
Inheritance
System.Object
RibbonButtonAutomationPeer
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.Ribbon.WinUI.dll
Syntax
public class RibbonButtonAutomationPeer : ButtonAutomationPeer
Constructors
RibbonButtonAutomationPeer(Button)
Initializes a new instance of the RibbonButtonAutomationPeer class.
Declaration
public RibbonButtonAutomationPeer(Button ribbonButton)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Controls.Button | ribbonButton | Specifies the Microsoft.UI.Xaml.Controls.Button. |
Methods
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
Type |
---|
System.String |