'Declaration
Public ReadOnly Property AreAnyTouchesCaptured As System.Boolean
'Usage
Dim instance As SheetPresenter Dim value As System.Boolean value = instance.AreAnyTouchesCaptured
public System.bool AreAnyTouchesCaptured {get;}
public read-only property AreAnyTouchesCaptured: System.Boolean;
public function get AreAnyTouchesCaptured : System.boolean
public: __property System.bool get_AreAnyTouchesCaptured();
public: property System.bool AreAnyTouchesCaptured { System.bool get(); }