EditButtonCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add() | none | Adds a new button to the collection and returns the newly created button object. |
| Add(EditButton) | item | Adds the specified button to the collection |
| Add(String) | text | Adds a new button to the collection and specifies the button’s caption text. |