Click or drag to resize

PopupMenuAddItemAt Method (String, Int32, EventCallback1)

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public GButton AddItemAt(
	string caption,
	int index,
	EventCallback1 callback
)

Parameters

caption
Type: SystemString
index
Type: SystemInt32
callback
Type: FairyGUIEventCallback1

Return Value

Type: GButton
See Also