IMenu.SetGroupDividerEnabled(Boolean) 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.
Enable or disable the group dividers.
[Android.Runtime.Register("setGroupDividerEnabled", "(Z)V", "GetSetGroupDividerEnabled_ZHandler:Android.Views.IMenu, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=28)]
public virtual void SetGroupDividerEnabled (bool groupDividerEnabled);
[<Android.Runtime.Register("setGroupDividerEnabled", "(Z)V", "GetSetGroupDividerEnabled_ZHandler:Android.Views.IMenu, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=28)>]
abstract member SetGroupDividerEnabled : bool -> unit
override this.SetGroupDividerEnabled : bool -> unit
Parameters
- groupDividerEnabled
- Boolean
- Attributes
Remarks
Enable or disable the group dividers.
Java documentation for android.view.Menu.setGroupDividerEnabled(boolean)
.
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.