ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ContextMenu Class / PointerCaptures Property

In This Topic
    PointerCaptures Property (C1ContextMenu)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property PointerCaptures As Windows.Foundation.Collections.IVectorView(Of Pointer)
    public Windows.Foundation.Collections.IVectorView<Pointer> PointerCaptures {get;}
    See Also