This documentation is archived and is not being maintained.
UIElement.IsMouseCaptureWithin Property
Visual Studio 2008
Gets a value that determines whether mouse capture is held by this element or by child elements in its visual tree. This is a dependency property.
Assembly: PresentationCore (in PresentationCore.dll)
'Declaration Public ReadOnly Property IsMouseCaptureWithin As Boolean 'Usage Dim instance As UIElement Dim value As Boolean value = instance.IsMouseCaptureWithin
You cannot set this property in XAML.
Property Value
Type: System.Booleantrue if this element or a contained element has mouse capture; otherwise, false.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: