Table of Contents

Class ScrollingButtons

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

Represents collection of IScrollingButton objects.

[Serializable]
public class ScrollingButtons : List<IScrollingButton>, IList, ICollection, IReadOnlyList<IScrollingButton>, IReadOnlyCollection<IScrollingButton>, IScrollingButtons, IList<IScrollingButton>, ICollection<IScrollingButton>, IEnumerable<IScrollingButton>, IEnumerable
Inheritance
ScrollingButtons
Implements
Extension Methods

Constructors

ScrollingButtons()

Initializes a new instance of the ScrollingButtons class with default settings.

ScrollingButtons(IScrolling, ISyntaxEdit)

Initializes a new instance of the ScrollingButtons class with a specified owner.

Methods

Add(IScrollingButton)

Adds a new button to the collection.

AddScrollingButton()

Adds a new button to the collection.

AddScrollingButton(string, string, int)

Adds a new button with specified properties to the collection.

Assign(IScrollingButtons)

Copies the contents of another IScrollingButtons object.

Clear()

Removes all buttons from the button collection.

ClearButtons()

Clears entire collection.