ContentElementAutomationPeer.IsControlElementCore Method

Definition

Gets a value that indicates whether the ContentElement that is associated with this ContentElementAutomationPeer is something that the end user would understand as being interactive or as contributing to the logical structure of the control in the GUI. Called by IsControlElement().

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

Returns

false.

Applies to

See also