I have some code for a MenuButton and I'm trying to specify a tooltip for it. However, the tooltip just doesn't show:
<ribbon:MenuButton x:Name="optionsDropDownMenu" Label="Options"
ToolTip="Specify default values used when creating new objects">
Am I missing something?
<ribbon:MenuButton x:Name="optionsDropDownMenu" Label="Options"
ToolTip="Specify default values used when creating new objects">
Am I missing something?