C# Class System.Windows.Automation.Peers.ItemAutomationPeer

Inheritance: System.Windows.Automation.Peers.FrameworkElementAutomationPeer
Afficher le fichier Open project: shana/moon Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetPattern ( PatternInterface patternInterface ) : object

Méthodes protégées

Méthode Description
GetAcceleratorKeyCore ( ) : string
GetAccessKeyCore ( ) : string
GetAutomationControlTypeCore ( ) : AutomationControlType
GetAutomationIdCore ( ) : string
GetBoundingRectangleCore ( ) : Rect
GetChildrenCore ( ) : List
GetClassNameCore ( ) : string
GetClickablePointCore ( ) : Point
GetHelpTextCore ( ) : string
GetItemStatusCore ( ) : string
GetItemTypeCore ( ) : string
GetLabeledByCore ( ) : System.Windows.Automation.Peers.AutomationPeer
GetLocalizedControlTypeCore ( ) : string
GetNameCore ( ) : string
GetOrientationCore ( ) : AutomationOrientation
HasKeyboardFocusCore ( ) : bool
IsContentElementCore ( ) : bool
IsControlElementCore ( ) : bool
IsEnabledCore ( ) : bool
IsKeyboardFocusableCore ( ) : bool
IsOffscreenCore ( ) : bool
IsPasswordCore ( ) : bool
IsRequiredForFormCore ( ) : bool
ItemAutomationPeer ( UIElement uielement ) : System
ItemAutomationPeer ( object item, ItemsControlAutomationPeer itemsControlAutomationPeer ) : System
SetFocusCore ( ) : void

Method Details

GetAcceleratorKeyCore() protected méthode

protected GetAcceleratorKeyCore ( ) : string
Résultat string

GetAccessKeyCore() protected méthode

protected GetAccessKeyCore ( ) : string
Résultat string

GetAutomationControlTypeCore() protected méthode

protected GetAutomationControlTypeCore ( ) : AutomationControlType
Résultat AutomationControlType

GetAutomationIdCore() protected méthode

protected GetAutomationIdCore ( ) : string
Résultat string

GetBoundingRectangleCore() protected méthode

protected GetBoundingRectangleCore ( ) : Rect
Résultat System.Windows.Rect

GetChildrenCore() protected méthode

protected GetChildrenCore ( ) : List
Résultat List

GetClassNameCore() protected méthode

protected GetClassNameCore ( ) : string
Résultat string

GetClickablePointCore() protected méthode

protected GetClickablePointCore ( ) : Point
Résultat Point

GetHelpTextCore() protected méthode

protected GetHelpTextCore ( ) : string
Résultat string

GetItemStatusCore() protected méthode

protected GetItemStatusCore ( ) : string
Résultat string

GetItemTypeCore() protected méthode

protected GetItemTypeCore ( ) : string
Résultat string

GetLabeledByCore() protected méthode

protected GetLabeledByCore ( ) : System.Windows.Automation.Peers.AutomationPeer
Résultat System.Windows.Automation.Peers.AutomationPeer

GetLocalizedControlTypeCore() protected méthode

protected GetLocalizedControlTypeCore ( ) : string
Résultat string

GetNameCore() protected méthode

protected GetNameCore ( ) : string
Résultat string

GetOrientationCore() protected méthode

protected GetOrientationCore ( ) : AutomationOrientation
Résultat AutomationOrientation

GetPattern() public méthode

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
Résultat object

HasKeyboardFocusCore() protected méthode

protected HasKeyboardFocusCore ( ) : bool
Résultat bool

IsContentElementCore() protected méthode

protected IsContentElementCore ( ) : bool
Résultat bool

IsControlElementCore() protected méthode

protected IsControlElementCore ( ) : bool
Résultat bool

IsEnabledCore() protected méthode

protected IsEnabledCore ( ) : bool
Résultat bool

IsKeyboardFocusableCore() protected méthode

protected IsKeyboardFocusableCore ( ) : bool
Résultat bool

IsOffscreenCore() protected méthode

protected IsOffscreenCore ( ) : bool
Résultat bool

IsPasswordCore() protected méthode

protected IsPasswordCore ( ) : bool
Résultat bool

IsRequiredForFormCore() protected méthode

protected IsRequiredForFormCore ( ) : bool
Résultat bool

ItemAutomationPeer() protected méthode

protected ItemAutomationPeer ( UIElement uielement ) : System
uielement UIElement
Résultat System

ItemAutomationPeer() protected méthode

protected ItemAutomationPeer ( object item, ItemsControlAutomationPeer itemsControlAutomationPeer ) : System
item object
itemsControlAutomationPeer ItemsControlAutomationPeer
Résultat System

SetFocusCore() protected méthode

protected SetFocusCore ( ) : void
Résultat void