'DeclarationPublic ReadOnly Property AreAnyTouchesDirectlyOver As System.Boolean
'UsageDim 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(); }