SlidingDrawer.GetHandle Method

Definition

Caution

deprecated

Returns the handle of the drawer.

[Android.Runtime.Register("getHandle", "()Landroid/view/View;", "GetGetHandleHandler")]
[System.Obsolete("deprecated")]
public virtual Android.Views.View? GetHandle ();
[<Android.Runtime.Register("getHandle", "()Landroid/view/View;", "GetGetHandleHandler")>]
[<System.Obsolete("deprecated")>]
abstract member GetHandle : unit -> Android.Views.View
override this.GetHandle : unit -> Android.Views.View

Returns

The View reprenseting the handle of the drawer, identified by the "handle" id in XML.

Attributes

Remarks

Returns the handle of the drawer.

Java documentation for android.widget.SlidingDrawer.getHandle().

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.

Applies to