ItemAutomationPeer::IsEnabledCore Method ()

 

Gets a value that indicates whether the specified UIElement can receive and send events.

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

protected:
virtual bool IsEnabledCore() override

Return Value

Type: System::Boolean

true if the UI Automation peer can receive and send events; otherwise, false.

The UIElement corresponds to the data item in the Items collection that is associated with this ItemAutomationPeer. This method is called by IsEnabled.

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: