ISpaceReservationAgent.IsMouseOver Property
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.
Determines whether the mouse is over this agent or anything it contains.
public:
property bool IsMouseOver { bool get(); };
public:
property bool IsMouseOver { bool get(); };
public bool IsMouseOver { get; }
member this.IsMouseOver : bool
Public ReadOnly Property IsMouseOver As Boolean
Property Value
true if the mouse is over the adornment, otherwise false.