Class
RibbonGalleryAutomationPeer

Automation peer for the RadRibbonGallery class.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RibbonGalleryAutomationPeer : GalleryAutomationPeer, IExpandCollapseProvider

Inheritance: objectGalleryAutomationPeerRibbonGalleryAutomationPeer

Implements: IExpandCollapseProvider

Inherited Members GalleryAutomationPeer.GetHelpTextCore()GalleryAutomationPeer.GetLocalizedControlTypeCore()

Constructors

RibbonGalleryAutomationPeer(RadRibbonGallery)

Initializes a new instance of the RibbonGalleryAutomationPeer class.

Declaration

cs-api-definition
public RibbonGalleryAutomationPeer(RadRibbonGallery owner)

Parameters

owner

RadRibbonGallery

The RadRibbonGallery that will be associated with newly created RibbonGalleryAutomationPeer object.

Properties

ExpandCollapseState

Declaration

cs-api-definition
public ExpandCollapseState ExpandCollapseState { get; }

Property Value

ExpandCollapseState

Methods

Collapse()

Declaration

cs-api-definition
public void Collapse()

Expand()

Declaration

cs-api-definition
public void Expand()

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

Overrides GalleryAutomationPeer.GetClassNameCore()

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

Overrides GalleryAutomationPeer.GetNameCore()