ITextView.IsMouseOverViewOrAdornments 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 the view or any of its adornments.
public:
property bool IsMouseOverViewOrAdornments { bool get(); };
public:
property bool IsMouseOverViewOrAdornments { bool get(); };
public bool IsMouseOverViewOrAdornments { get; }
member this.IsMouseOverViewOrAdornments : bool
Public ReadOnly Property IsMouseOverViewOrAdornments As Boolean
Property Value
true if the mouse is over the view, otherwise false.