Table of Contents

Method AddScrollingButton

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

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

name string

Specifies button name.

description string

Specifies button description.

imageIndex int

Specifies index of button image.

Returns

int

Index of the added button.