Table of Contents

Method AddScrollingButton

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

AddScrollingButton()

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

int AddScrollingButton()

Returns

int

Index of this new IScrollingButton in the collection.

AddScrollingButton(string, string, int)

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

int AddScrollingButton(string name, string description, int imageIndex)

Parameters

name string

Name of this new IScrollingButton.

description string

Description of this new IScrollingButton.

imageIndex int

ImageIndex of this new IScrollingButton.

Returns

int

Index of this new IScrollingButton in the collection.