TextBlockAutomationPeer.IsControlElementCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.