SpreadsheetGear 2017
TouchesDirectlyOver Property (HorizontalScrollbarsPresenter)






SpreadsheetGear.Windows.Controls Namespace > HorizontalScrollbarsPresenter Class : TouchesDirectlyOver Property
Syntax
'Declaration
 
Public ReadOnly Property TouchesDirectlyOver As System.Collections.Generic.IEnumerable(Of TouchDevice)
'Usage
 
Dim instance As HorizontalScrollbarsPresenter
Dim value As System.Collections.Generic.IEnumerable(Of TouchDevice)
 
value = instance.TouchesDirectlyOver
public System.Collections.Generic.IEnumerable<TouchDevice> TouchesDirectlyOver {get;}
public read-only property TouchesDirectlyOver: System.Collections.Generic.IEnumerable; 
public function get TouchesDirectlyOver : System.Collections.Generic.IEnumerable
public: __property System.Collections.Generic.IEnumerable<TouchDevice*>* get_TouchesDirectlyOver();
public:
property System.Collections.Generic.IEnumerable<TouchDevice^>^ TouchesDirectlyOver {
   System.Collections.Generic.IEnumerable<TouchDevice^>^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HorizontalScrollbarsPresenter Class
HorizontalScrollbarsPresenter Members