separatorMenuItem

fun MenuItemManager.separatorMenuItem(): SeparatorMenuItem

Add a SeparatorMenuItem to this manager.

Return

the control added.


inline fun separatorMenuItem(configuration: SeparatorMenuItem.() -> Unit): SeparatorMenuItem

Create a SeparatorMenuItem with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun MenuItemManager.separatorMenuItem(configuration: SeparatorMenuItem.() -> Unit): SeparatorMenuItem

Add a SeparatorMenuItem with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.