GridViewCellAutomationPeer.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 element that is associated with this GridViewCellAutomationPeer is understood by the end user as interactive or the user might understand the element as contributing to the logical structure of the control in the GUI. This method is called by IsControlElement().
protected:
override bool IsControlElementCore();
protected override bool IsControlElementCore ();
override this.IsControlElementCore : unit -> bool
Protected Overrides Function IsControlElementCore () As Boolean
Returns
If this GridViewCellAutomationPeer is associated with a TextBlock element, this method returns true
; otherwise, this method returns a list of child elements.