Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / TooltipControl Class / TouchesDirectlyOver Property


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