SpreadsheetGear 2017
AreAnyTouchesDirectlyOver Property (FormulaBar)






SpreadsheetGear.Windows.Controls Namespace > FormulaBar Class : AreAnyTouchesDirectlyOver Property
Syntax
'Declaration
 
Public ReadOnly Property AreAnyTouchesDirectlyOver As System.Boolean
'Usage
 
Dim instance As FormulaBar
Dim value As System.Boolean
 
value = instance.AreAnyTouchesDirectlyOver
public System.bool AreAnyTouchesDirectlyOver {get;}
public read-only property AreAnyTouchesDirectlyOver: System.Boolean; 
public function get AreAnyTouchesDirectlyOver : System.boolean
public: __property System.bool get_AreAnyTouchesDirectlyOver();
public:
property System.bool AreAnyTouchesDirectlyOver {
   System.bool 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

FormulaBar Class
FormulaBar Members