separatorMenuItem

inline fun MenuItemContainer.separatorMenuItem(): SeparatorMenuItem

Add a SeparatorMenuItem to this container.

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 MenuItemContainer.separatorMenuItem(configuration: SeparatorMenuItem.() -> Unit): SeparatorMenuItem

Add a SeparatorMenuItem with configuration block to this container.

Return

the control added.

Parameters

configuration

the configuration block.