BevelButton.MenuStyle

From Xojo Documentation

Property (As MenuStyles )
aBevelButton.MenuStyle = newMenuStylesValue
or
MenuStylesValue = aBevelButton.MenuStyle

New in 2019r2

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 = BevelButton.MenuStyles.Down