SlidingDrawer.Open Method

Definition

Caution

deprecated

Opens the drawer immediately.

[Android.Runtime.Register("open", "()V", "GetOpenHandler")]
[System.Obsolete("deprecated")]
public virtual void Open ();
[<Android.Runtime.Register("open", "()V", "GetOpenHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Open : unit -> unit
override this.Open : unit -> unit
Attributes

Remarks

Opens the drawer immediately.

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

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

See also