public MenuButton(
string text,
ButtonAction action
)Public Sub New (
text As String,
action As ButtonAction
)public:
MenuButton(
String^ text,
ButtonAction^ action
)new :
text : string *
action : ButtonAction -> MenuButton