menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonTabAutomationPeer - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RibbonTabAutomationPeer

    Represents the class that exposes the RibbonTab to UI Automation.

    Inheritance
    System.Object
    RibbonTabAutomationPeer
    Implements
    Microsoft.UI.Xaml.Automation.Provider.ISelectionItemProvider
    Namespace: Syncfusion.UI.Xaml.Automation.Peers
    Assembly: Syncfusion.Ribbon.WinUI.dll
    Syntax
    public class RibbonTabAutomationPeer : FrameworkElementAutomationPeer, ISelectionItemProvider

    Constructors

    RibbonTabAutomationPeer(RibbonTab)

    Initializes a new instance of the RibbonTabAutomationPeer class.

    Declaration
    public RibbonTabAutomationPeer(RibbonTab control)
    Parameters
    Type Name Description
    RibbonTab control

    Specifies the RibbonTab.

    Properties

    IsSelected

    Declaration
    public bool IsSelected { get; }
    Property Value
    Type
    System.Boolean

    SelectionContainer

    Declaration
    public IRawElementProviderSimple SelectionContainer { get; }
    Property Value
    Type
    Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple

    Methods

    AddToSelection()

    Declaration
    public void AddToSelection()

    GetAutomationControlTypeCore()

    Declaration
    protected override AutomationControlType GetAutomationControlTypeCore()
    Returns
    Type
    Microsoft.UI.Xaml.Automation.Peers.AutomationControlType

    GetClassNameCore()

    Declaration
    protected override string GetClassNameCore()
    Returns
    Type
    System.String

    GetNameCore()

    Declaration
    protected override string GetNameCore()
    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

    RemoveFromSelection()

    Declaration
    public void RemoveFromSelection()

    Select()

    Declaration
    public void Select()

    Implements

    Microsoft.UI.Xaml.Automation.Provider.ISelectionItemProvider
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved