separatorMenuItem
Add a SeparatorMenuItem to this container.
Return
the control added.
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.