ItemAutomationPeer.IsEnabledCore Method

Definition

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

protected:
 override bool IsEnabledCore();
protected override bool IsEnabledCore ();
override this.IsEnabledCore : unit -> bool
Protected Overrides Function IsEnabledCore () As Boolean

Returns

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

Remarks

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

Applies to

See also