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
- namestring
- Specifies button name. 
- descriptionstring
- Specifies button description. 
- imageIndexint
- Specifies index of button image. 
Returns
- int
- Index of the added button.