Hi,
The Hide_Command
post message works with UNO commands. It is used like Hide_Menu_Item
, but takes a uno command instead. You can hide “Theme” from the menus or notebook bar with the Hide_Command
and id
set to .uno:ThemeDialog
. It should hide menu, toolbar buttons and notebook bar buttons. Not all items have an associated UNO command though.
Hub