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