AutomationPeer.IsContentElementCore Method

Definition

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

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

Returns

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

Applies to

See also