ComponentOne Basic Library for WPF and Silverlight
TouchesDirectlyOver Property (C1ComboBoxItem)


C1.WPF Namespace > C1ComboBoxItem Class : TouchesDirectlyOver Property
Syntax
'Declaration
 
Public ReadOnly Property TouchesDirectlyOver As System.Collections.Generic.IEnumerable(Of TouchDevice)
'Usage
 
Dim instance As C1ComboBoxItem
Dim value As System.Collections.Generic.IEnumerable(Of TouchDevice)
 
value = instance.TouchesDirectlyOver
public System.Collections.Generic.IEnumerable<TouchDevice> TouchesDirectlyOver {get;}
See Also

Reference

C1ComboBoxItem Class
C1ComboBoxItem Members