MenuButtonAppendChild(String, ButtonAction) Method

Appends a new MenuButton with the specified values of Text and Action to Children.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public MenuButton AppendChild(
	string text,
	ButtonAction action
)

Parameters

text  String
The value of Text for a new child menu button.
action  ButtonAction
The value of Action for a new child menu button.

Return Value

MenuButton
Menu button which has been appended.

See Also