AutomationPeer.IsControlElementCore Method

Definition

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

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

Returns

true if the element is a control; otherwise, false.

Applies to

See also