Interface IScrollingButtons
Represents properties and methods to provide an indexed access to individual IScrollingButton object.
public interface IScrollingButtons : IList<IScrollingButton>, ICollection<IScrollingButton>, IEnumerable<IScrollingButton>, IEnumerable
- Extension Methods
Methods
- Add(IScrollingButton)
When implemented by a class, adds an
IScrollingButtonto the list.
- AddScrollingButton()
When implemented by a class, creates and adds a new
IScrollingButtonto the collection.
- AddScrollingButton(string, string, int)
When implemented by a class, creates new
IScrollingButtonwith specified parameters and adds it to the collection.
- Assign(IScrollingButtons)
When implemented by a class, copies the contents of another
IScrollingButtonsobject.
- ClearButtons()
When implemented by a class, clears entire collection.