IsControlElementCore Method
Collapse the table of content
Expand the table of content

ScrollViewerAutomationPeer.IsControlElementCore Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value that indicates whether the element associated with this peer is understood by the user as interactive or as contributing to the logical structure in UI.

Namespace:  System.Windows.Automation.Peers
Assembly:  System.Windows (in System.Windows.dll)

protected override bool IsControlElementCore()

Return Value

Type: System.Boolean
true value to indicate that the owner control is interactive; otherwise, false.

This method is called by IsControlElement and always returns true.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft