DesktopBevelButton.MenuStyle
From Xojo Documentation
Property (As MenuStyles )
aDesktopBevelButton.MenuStyle = newMenuStylesValue
or
MenuStylesValue = aDesktopBevelButton.MenuStyle
New in 2021r3
Supported for all project types and targets.
or
MenuStylesValue = aDesktopBevelButton.MenuStyle
New in 2021r3
Supported for all project types and targets.
The style of the button's menu.
Sample Code
The following code sets the style of the button's menu to Down.
Me.MenuStyle = DesktopBevelButton.MenuStyles.Down