ScrollViewerAutomationPeer.IsControlElementCore Method

Definition

Gets or sets a value that indicates whether the ScrollViewer that is associated with this ScrollViewerAutomationPeer is understood by the end user as interactive or 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 the TemplatedParent is null, this method returns true; otherwise, false.

Applies to

See also