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
name
stringSpecifies button name.
description
stringSpecifies button description.
imageIndex
intSpecifies index of button image.
Returns
- int
Index of the added button.