ScrollBarAutomationPeer.GetClickablePointCore Method

Definition

Called by GetClickablePoint().

protected:
 override System::Windows::Point GetClickablePointCore();
protected override System.Windows.Point GetClickablePointCore ();
override this.GetClickablePointCore : unit -> System.Windows.Point
Protected Overrides Function GetClickablePointCore () As Point

Returns

A Point that has values of NaN, NaN; the only clickable points in a ScrollBar are the child elements.

Applies to

See also