ContentElementAutomationPeer.IsEnabledCore Method

Definition

Gets a value that indicates whether this automation peer can receive and send events to the associated element. Called by IsEnabled().

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

Returns

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

Applies to

See also