BevelButton.RemoveRow

From Xojo Documentation

Method

BevelButton.RemoveRow(Row as Integer)

Supported for all project types and targets.

Removes the passed Row from the menu. The first menu item is zero.

Sample Code

The following code removes row 2. The first row is row zero.

BevelButton1.RemoveRow(2)