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