Method AddScrollingButton
AddScrollingButton()
Adds a new button to the collection.
public virtual int AddScrollingButton()
Returns
- int
Index of the added button.
AddScrollingButton(string, string, int)
Adds a new button with specified properties to the collection.
public virtual int AddScrollingButton(string name, string description, int imageIndex)
Parameters
namestringSpecifies button name.
descriptionstringSpecifies button description.
imageIndexintSpecifies index of button image.
Returns
- int
Index of the added button.