ClassAppointmentItemAutomationPeer
Represents the Automation Peer for the current Appointment item.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class AppointmentItemAutomationPeer : AutomationPeerBase<AppointmentItem>, IScrollItemProvider, ISelectionItemProvider, IInvokeProvider
Inheritance: objectAutomationPeerBase<AppointmentItem>AppointmentItemAutomationPeer
Implements:
Inherited Members
Constructors
AppointmentItemAutomationPeer(AppointmentItem)
Initializes a new instance of the AppointmentItemAutomationPeer class.
Declaration
public AppointmentItemAutomationPeer(AppointmentItem owner)
Parameters
owner
Properties
IsSelected
Gets the IsSelected property of the Appointment Item.
SelectionContainer
Gets the selection container provider.
Declaration
public IRawElementProviderSimple SelectionContainer { get; }
Property Value
IRawElementProviderSimple
Methods
AddToSelection()
Adds the current element to the collection of selected items.
Declaration
public void AddToSelection()
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
Invoke()
Sends a request to activate a control and initiate its single, unambiguous action.
Declaration
public void Invoke()
RemoveFromSelection()
Removes the current element from the collection of selected items.
Declaration
public void RemoveFromSelection()
ScrollIntoView()
Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.
Declaration
public void ScrollIntoView()
Select()
Deselects any selected items and then selects the current element.
Declaration
public void Select()