Table of Contents

Interface IScrollingButtons

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

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 IScrollingButton to the list.

AddScrollingButton()

When implemented by a class, creates and adds a new IScrollingButton to the collection.

AddScrollingButton(string, string, int)

When implemented by a class, creates new IScrollingButton with specified parameters and adds it to the collection.

Assign(IScrollingButtons)

When implemented by a class, copies the contents of another IScrollingButtons object.

ClearButtons()

When implemented by a class, clears entire collection.