Class RibbonSplitButtonAutomationPeer
Represents the class that exposes the Ribbon Split Button to UI Automation.
Inheritance
System.Object
RibbonSplitButtonAutomationPeer
Implements
Microsoft.UI.Xaml.Automation.Provider.IExpandCollapseProvider
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.Ribbon.WinUI.dll
Syntax
public class RibbonSplitButtonAutomationPeer : ButtonAutomationPeer, IExpandCollapseProvider
Constructors
RibbonSplitButtonAutomationPeer(Button)
Initializes a new instance of the RibbonSplitButtonAutomationPeer class.
Declaration
public RibbonSplitButtonAutomationPeer(Button ribbonSplitButton)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Controls.Button | ribbonSplitButton | Specifies the Microsoft.UI.Xaml.Controls.Button. |
Properties
ExpandCollapseState
Declaration
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
Type |
---|
Microsoft.UI.Xaml.Automation.ExpandCollapseState |
Methods
Collapse()
Declaration
public void Collapse()
Expand()
Declaration
public void Expand()
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type |
---|
Microsoft.UI.Xaml.Automation.Peers.AutomationControlType |
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
Type |
---|
System.String |
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Automation.Peers.PatternInterface | patternInterface |
Returns
Type |
---|
System.Object |
Implements
Microsoft.UI.Xaml.Automation.Provider.IExpandCollapseProvider