ClassSlideControlAutomationPeer
Class
Automation Peer for the SlideControl class.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class SlideControlAutomationPeer : RadControlAutomationPeer, IExpandCollapseProvider
Inheritance: objectRadControlAutomationPeerSlideControlAutomationPeer
Implements:
Inherited Members
Constructors
SlideControlAutomationPeer(SlideControl)
Initializes a new instance of the SlideControlAutomationPeer class.
Declaration
cs-api-definition
public SlideControlAutomationPeer(SlideControl owner)
Parameters
owner
The owner.
Properties
ExpandCollapseState
Declaration
cs-api-definition
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
ExpandCollapseState
Methods
Collapse()
IExpandCollapseProvider implementation.
Declaration
cs-api-definition
public void Collapse()
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
Overrides
GetPatternCore(PatternInterface)
Declaration
cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns