MenuButtonAppendChild(MenuButton) Method

Appends the specified MenuButton to Children.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public MenuButton AppendChild(
	MenuButton child
)

Parameters

child  MenuButton
Menu button to append.

Return Value

MenuButton
Menu button which has been appended.

See Also