ActionMenuView.DismissPopupMenus Method
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.
Dismiss any popups associated with this menu view.
[Android.Runtime.Register("dismissPopupMenus", "()V", "GetDismissPopupMenusHandler")]
public virtual void DismissPopupMenus ();
[<Android.Runtime.Register("dismissPopupMenus", "()V", "GetDismissPopupMenusHandler")>]
abstract member DismissPopupMenus : unit -> unit
override this.DismissPopupMenus : unit -> unit
- Attributes
Remarks
Dismiss any popups associated with this menu view.
Java documentation for android.widget.ActionMenuView.dismissPopupMenus()
.
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.