This topic has not yet been rated - Rate this topic

ButtonBase.IsPointerOver property

Gets a value that indicates whether a device pointer is located over this button control.

Syntax


public bool IsPointerOver { get; }

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

True if a pointer is over the button control; otherwise false. The default is false.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls.Primitives
Windows::UI::Xaml::Controls::Primitives [C++]

Metadata

Windows.winmd

See also

ButtonBase

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.