AutomationPeer.IsEnabledCore Method

Definition

When overridden in a derived class, is called by IsEnabled().

protected:
 abstract bool IsEnabledCore();
protected abstract bool IsEnabledCore ();
abstract member IsEnabledCore : unit -> bool
Protected MustOverride Function IsEnabledCore () As Boolean

Returns

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

Applies to

See also