C# Class FarsiLibrary.WPF.Automation.FXDatePickerAutomationPeer

Inheritance: System.Windows.Automation.Peers.FrameworkElementAutomationPeer, IExpandCollapseProvider, IValueProvider
Afficher le fichier Open project: HEskandari/FarsiLibrary

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FXDatePickerAutomationPeer ( FXDatePicker owner ) : System

Creates a new instance of FXDatePickerAutomationPeer

GetPattern ( PatternInterface patternInterface ) : object

Gets the control pattern that is associated with the specified System.Windows.Automation.Peers.PatternInterface.

IExpandCollapseProvider ( ) : void
IValueProvider ( string value ) : void

Méthodes protégées

Méthode Description
GetAutomationControlTypeCore ( ) : AutomationControlType

Gets the control type for the element that is associated with the UI Automation peer.

GetClassNameCore ( ) : string

Called by GetClassName that gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.

GetLocalizedControlTypeCore ( ) : string

Overrides the GetLocalizedControlTypeCore method for DatePicker

GetNameCore ( ) : string

GetNameCore

Method Details

FXDatePickerAutomationPeer() public méthode

Creates a new instance of FXDatePickerAutomationPeer
public FXDatePickerAutomationPeer ( FXDatePicker owner ) : System
owner FarsiLibrary.WPF.Controls.FXDatePicker
Résultat System

GetAutomationControlTypeCore() protected méthode

Gets the control type for the element that is associated with the UI Automation peer.
protected GetAutomationControlTypeCore ( ) : AutomationControlType
Résultat AutomationControlType

GetClassNameCore() protected méthode

Called by GetClassName that gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.
protected GetClassNameCore ( ) : string
Résultat string

GetLocalizedControlTypeCore() protected méthode

Overrides the GetLocalizedControlTypeCore method for DatePicker
protected GetLocalizedControlTypeCore ( ) : string
Résultat string

GetNameCore() protected méthode

GetNameCore
protected GetNameCore ( ) : string
Résultat string

GetPattern() public méthode

Gets the control pattern that is associated with the specified System.Windows.Automation.Peers.PatternInterface.
public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface A value from the System.Windows.Automation.Peers.PatternInterface enumeration.
Résultat object

IExpandCollapseProvider() public méthode

public IExpandCollapseProvider ( ) : void
Résultat void

IValueProvider() public méthode

public IValueProvider ( string value ) : void
value string
Résultat void