Gets a value indicating whether the mouse is captured to this element. This is a dependency property.
Syntax
'Declaration
Public ReadOnly Property IsMouseCaptured As Boolean
public bool IsMouseCaptured {get;}
Property Value
true if the element has mouse capture; otherwise, false. The default is false.
See Also