FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexComboBox Class / TouchesCapturedWithin Property

In This Topic
    TouchesCapturedWithin Property (C1FlexComboBox)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property TouchesCapturedWithin As IEnumerable(Of TouchDevice)
    public IEnumerable<TouchDevice> TouchesCapturedWithin {get;}
    See Also