cssMenu
cssMenu: string
this property controls the CSS class for the top container of the popup menu. The default value is an empty string.
Usage
Defining CSS class for the top container of popup menu
<script>
</script>
<Toolbar cssMenu="somemenu" />
<style>
.somemenu {
background-color: #f0f0f0;
}
</style>