B4J Question How to declare certain buttons

prokli

Active Member
Licensed User
Longtime User
How do I have to declare a "MenuButton" or a "SplitMenuButton"?
If I try to declare both types of button I cannot find the associated data type

e.g.: Dim myMenuButton As ...?????
 
Top