TextBlockAutomationPeer.IsControlElementCore Method

Definition

Gets or sets a value that indicates whether the TextBlock that is associated with this TextBlockAutomationPeer 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 if the element is part of a template; otherwise true.

Applies to

See also