View.Touchables Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Find and return all touchable views that are descendants of this view, possibly including this view if it is touchable itself.
public virtual System.Collections.Generic.IList<Android.Views.View>? Touchables { [Android.Runtime.Register("getTouchables", "()Ljava/util/ArrayList;", "GetGetTouchablesHandler")] get; }
[<get: Android.Runtime.Register("getTouchables", "()Ljava/util/ArrayList;", "GetGetTouchablesHandler")>]
member this.Touchables : System.Collections.Generic.IList<Android.Views.View>
Property Value
A list of touchable views
- Attributes
Remarks
Find and return all touchable views that are descendants of this view, possibly including this view if it is touchable itself.
Java documentation for android.view.View.getTouchables()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.