ITextView.IsMouseOverViewOrAdornments Property

Definition

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.

Applies to