C# Class Windows.UI.Xaml.Automation.Peers.AutomationPeer

Inheritance: DependencyObject, IAutomationPeer, IAutomationPeerOverrides, IAutomationPeerProtected
Show file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
GetAcceleratorKey ( ) : string
GetAccessKey ( ) : string
GetAutomationControlType ( ) : AutomationControlType
GetAutomationId ( ) : string
GetBoundingRectangle ( ) : Rect
GetChildren ( ) : IVector
GetClassName ( ) : string
GetClickablePoint ( ) : Point
GetHelpText ( ) : string
GetItemStatus ( ) : string
GetItemType ( ) : string
GetLabeledBy ( ) : AutomationPeer
GetLocalizedControlType ( ) : string
GetName ( ) : string
GetOrientation ( ) : AutomationOrientation
GetParent ( ) : AutomationPeer
GetPattern ( [ patternInterface ) : object
GetPeerFromPoint ( [ point ) : AutomationPeer
HasKeyboardFocus ( ) : bool
InvalidatePeer ( ) : void
IsContentElement ( ) : bool
IsControlElement ( ) : bool
IsEnabled ( ) : bool
IsKeyboardFocusable ( ) : bool
IsOffscreen ( ) : bool
IsPassword ( ) : bool
IsRequiredForForm ( ) : bool
ListenerExists ( [ eventId ) : bool
RaiseAutomationEvent ( [ eventId ) : void
RaisePropertyChangedEvent ( [ automationProperty, [ oldValue, [ newValue ) : void
SetFocus ( ) : void

Protected Methods

Method Description
AutomationPeer ( ) : System
GetAcceleratorKeyCore ( ) : string
GetAccessKeyCore ( ) : string
GetAutomationControlTypeCore ( ) : AutomationControlType
GetAutomationIdCore ( ) : string
GetBoundingRectangleCore ( ) : Rect
GetChildrenCore ( ) : IVector
GetClassNameCore ( ) : string
GetClickablePointCore ( ) : Point
GetHelpTextCore ( ) : string
GetItemStatusCore ( ) : string
GetItemTypeCore ( ) : string
GetLabeledByCore ( ) : AutomationPeer
GetLocalizedControlTypeCore ( ) : string
GetNameCore ( ) : string
GetOrientationCore ( ) : AutomationOrientation
GetPatternCore ( [ patternInterface ) : object
GetPeerFromPointCore ( [ point ) : AutomationPeer
HasKeyboardFocusCore ( ) : bool
IsContentElementCore ( ) : bool
IsControlElementCore ( ) : bool
IsEnabledCore ( ) : bool
IsKeyboardFocusableCore ( ) : bool
IsOffscreenCore ( ) : bool
IsPasswordCore ( ) : bool
IsRequiredForFormCore ( ) : bool
PeerFromProvider ( [ provider ) : AutomationPeer
ProviderFromPeer ( [ peer ) : IRawElementProviderSimple
SetFocusCore ( ) : void

Method Details

AutomationPeer() protected method

protected AutomationPeer ( ) : System
return System

GetAcceleratorKey() public method

public GetAcceleratorKey ( ) : string
return string

GetAcceleratorKeyCore() protected method

protected GetAcceleratorKeyCore ( ) : string
return string

GetAccessKey() public method

public GetAccessKey ( ) : string
return string

GetAccessKeyCore() protected method

protected GetAccessKeyCore ( ) : string
return string

GetAutomationControlType() public method

public GetAutomationControlType ( ) : AutomationControlType
return AutomationControlType

GetAutomationControlTypeCore() protected method

protected GetAutomationControlTypeCore ( ) : AutomationControlType
return AutomationControlType

GetAutomationId() public method

public GetAutomationId ( ) : string
return string

GetAutomationIdCore() protected method

protected GetAutomationIdCore ( ) : string
return string

GetBoundingRectangle() public method

public GetBoundingRectangle ( ) : Rect
return Windows.Foundation.Rect

GetBoundingRectangleCore() protected method

protected GetBoundingRectangleCore ( ) : Rect
return Windows.Foundation.Rect

GetChildren() public method

public GetChildren ( ) : IVector
return IVector

GetChildrenCore() protected method

protected GetChildrenCore ( ) : IVector
return IVector

GetClassName() public method

public GetClassName ( ) : string
return string

GetClassNameCore() protected method

protected GetClassNameCore ( ) : string
return string

GetClickablePoint() public method

public GetClickablePoint ( ) : Point
return Point

GetClickablePointCore() protected method

protected GetClickablePointCore ( ) : Point
return Point

GetHelpText() public method

public GetHelpText ( ) : string
return string

GetHelpTextCore() protected method

protected GetHelpTextCore ( ) : string
return string

GetItemStatus() public method

public GetItemStatus ( ) : string
return string

GetItemStatusCore() protected method

protected GetItemStatusCore ( ) : string
return string

GetItemType() public method

public GetItemType ( ) : string
return string

GetItemTypeCore() protected method

protected GetItemTypeCore ( ) : string
return string

GetLabeledBy() public method

public GetLabeledBy ( ) : AutomationPeer
return AutomationPeer

GetLabeledByCore() protected method

protected GetLabeledByCore ( ) : AutomationPeer
return AutomationPeer

GetLocalizedControlType() public method

public GetLocalizedControlType ( ) : string
return string

GetLocalizedControlTypeCore() protected method

protected GetLocalizedControlTypeCore ( ) : string
return string

GetName() public method

public GetName ( ) : string
return string

GetNameCore() protected method

protected GetNameCore ( ) : string
return string

GetOrientation() public method

public GetOrientation ( ) : AutomationOrientation
return AutomationOrientation

GetOrientationCore() protected method

protected GetOrientationCore ( ) : AutomationOrientation
return AutomationOrientation

GetParent() public method

public GetParent ( ) : AutomationPeer
return AutomationPeer

GetPattern() public method

public GetPattern ( [ patternInterface ) : object
patternInterface [
return object

GetPatternCore() protected method

protected GetPatternCore ( [ patternInterface ) : object
patternInterface [
return object

GetPeerFromPoint() public method

public GetPeerFromPoint ( [ point ) : AutomationPeer
point [
return AutomationPeer

GetPeerFromPointCore() protected method

protected GetPeerFromPointCore ( [ point ) : AutomationPeer
point [
return AutomationPeer

HasKeyboardFocus() public method

public HasKeyboardFocus ( ) : bool
return bool

HasKeyboardFocusCore() protected method

protected HasKeyboardFocusCore ( ) : bool
return bool

InvalidatePeer() public method

public InvalidatePeer ( ) : void
return void

IsContentElement() public method

public IsContentElement ( ) : bool
return bool

IsContentElementCore() protected method

protected IsContentElementCore ( ) : bool
return bool

IsControlElement() public method

public IsControlElement ( ) : bool
return bool

IsControlElementCore() protected method

protected IsControlElementCore ( ) : bool
return bool

IsEnabled() public method

public IsEnabled ( ) : bool
return bool

IsEnabledCore() protected method

protected IsEnabledCore ( ) : bool
return bool

IsKeyboardFocusable() public method

public IsKeyboardFocusable ( ) : bool
return bool

IsKeyboardFocusableCore() protected method

protected IsKeyboardFocusableCore ( ) : bool
return bool

IsOffscreen() public method

public IsOffscreen ( ) : bool
return bool

IsOffscreenCore() protected method

protected IsOffscreenCore ( ) : bool
return bool

IsPassword() public method

public IsPassword ( ) : bool
return bool

IsPasswordCore() protected method

protected IsPasswordCore ( ) : bool
return bool

IsRequiredForForm() public method

public IsRequiredForForm ( ) : bool
return bool

IsRequiredForFormCore() protected method

protected IsRequiredForFormCore ( ) : bool
return bool

ListenerExists() public static method

public static ListenerExists ( [ eventId ) : bool
eventId [
return bool

PeerFromProvider() protected method

protected PeerFromProvider ( [ provider ) : AutomationPeer
provider [
return AutomationPeer

ProviderFromPeer() protected method

protected ProviderFromPeer ( [ peer ) : IRawElementProviderSimple
peer [
return IRawElementProviderSimple

RaiseAutomationEvent() public method

public RaiseAutomationEvent ( [ eventId ) : void
eventId [
return void

RaisePropertyChangedEvent() public method

public RaisePropertyChangedEvent ( [ automationProperty, [ oldValue, [ newValue ) : void
automationProperty [
oldValue [
newValue [
return void

SetFocus() public method

public SetFocus ( ) : void
return void

SetFocusCore() protected method

protected SetFocusCore ( ) : void
return void