ClassRibbonDropDownButtonAutomationPeer
Class
UI Automation Peer class for RadRibbonDropDownButton.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RibbonDropDownButtonAutomationPeer : ButtonBaseAutomationPeer, IExpandCollapseProvider, IInvokeProvider
Inheritance: objectRibbonDropDownButtonAutomationPeer
Implements:
Constructors
RibbonDropDownButtonAutomationPeer(RadRibbonDropDownButton)
Initializes a new instance of the RibbonDropDownButtonAutomationPeer class.
Declaration
cs-api-definition
public RibbonDropDownButtonAutomationPeer(RadRibbonDropDownButton owner)
Parameters
owner
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()
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
GetPatternCore(PatternInterface)
Declaration
cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
Invoke()
Declaration
cs-api-definition
public void Invoke()