GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / TouchesDirectlyOver Property


In This Topic
TouchesDirectlyOver Property (GcComboBox)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property TouchesDirectlyOver As IEnumerable(Of TouchDevice)
 
'Usage
 
Dim instance As GcComboBox
Dim value As IEnumerable(Of TouchDevice)
 
value = instance.TouchesDirectlyOver
See Also