EditButton Constructors
Represents a button for a button editor control.| Name | Parameters | Description |
|---|---|---|
| EditButton() | none | Initializes a new instance of the EditButton class with default settings. |
| EditButton(String) | text | Initializes a new instance of the EditButton class with the specified setting. |
See Also