Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ToolbarButton Class / TouchesCaptured Property


In This Topic
    TouchesCaptured Property (ToolbarButton)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property TouchesCaptured As IEnumerable(Of TouchDevice)
    'Usage
     
    Dim instance As ToolbarButton
    Dim value As IEnumerable(Of TouchDevice)
     
    value = instance.TouchesCaptured
    public IEnumerable<TouchDevice> TouchesCaptured {get;}
    See Also