Share via


ExtendedFrameworkElementAutomationPeer.IsControlElementCore Method

Definition

Gets a value that indicates whether the element is understood by the user as 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 bool IsControlElementCore();
protected override bool IsControlElementCore ();
override this.IsControlElementCore : unit -> bool
Protected Overrides Function IsControlElementCore () As Boolean

Returns

This method always returns true.

Applies to