ClassHubTileBaseAutomationPeer
Class
Automation Peer for the HubTileBase class.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class HubTileBaseAutomationPeer : RadControlAutomationPeer, IInvokeProvider, IToggleProvider
Inheritance: objectRadControlAutomationPeerHubTileBaseAutomationPeer
Derived Classes:
Implements:
Constructors
HubTileBaseAutomationPeer(HubTileBase)
Initializes a new instance of the HubTileBaseAutomationPeer class.
Declaration
cs-api-definition
public HubTileBaseAutomationPeer(HubTileBase owner)
Parameters
owner
The owner.
Properties
ToggleState
Declaration
cs-api-definition
public ToggleState ToggleState { get; }
Property Value
ToggleState
Methods
GetAutomationControlTypeCore()
Gets the control type for the HubTileBase that is associated with this HubTileBaseAutomationPeer.
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
Overrides
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
Invoke()
Declaration
cs-api-definition
public void Invoke()
Toggle()
Declaration
cs-api-definition
public void Toggle()