MenuButtonAppendChild(String, ButtonAction) Method
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public MenuButton AppendChild(
string text,
ButtonAction action
)
Public Function AppendChild (
text As String,
action As ButtonAction
) As MenuButton
public:
MenuButton^ AppendChild(
String^ text,
ButtonAction^ action
)
member AppendChild :
text : string *
action : ButtonAction -> MenuButton
- text String
- The value of Text for a new child menu button.
- action ButtonAction
- The value of Action for a new child menu button.
MenuButtonMenu button which has been appended.