ClassRibbonGalleryAutomationPeer
Class
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:
Inherited Members
Constructors
RibbonGalleryAutomationPeer(RadRibbonGallery)
Initializes a new instance of the RibbonGalleryAutomationPeer class.
Declaration
cs-api-definition
public RibbonGalleryAutomationPeer(RadRibbonGallery owner)
Parameters
owner
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()