C# Class FarsiLibrary.WPF.Automation.FXDatePickerAutomationPeer

Inheritance: System.Windows.Automation.Peers.FrameworkElementAutomationPeer, IExpandCollapseProvider, IValueProvider
显示文件 Open project: HEskandari/FarsiLibrary

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method 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 method

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

GetAutomationControlTypeCore() protected method

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

GetClassNameCore() protected method

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

GetLocalizedControlTypeCore() protected method

Overrides the GetLocalizedControlTypeCore method for DatePicker
protected GetLocalizedControlTypeCore ( ) : string
return string

GetNameCore() protected method

GetNameCore
protected GetNameCore ( ) : string
return string

GetPattern() public method

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.
return object

IExpandCollapseProvider() public method

public IExpandCollapseProvider ( ) : void
return void

IValueProvider() public method

public IValueProvider ( string value ) : void
value string
return void