Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public interface IButtonControl
Public Interface IButtonControl
public interface class IButtonControl
type IButtonControl = interface end
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Dispose()()()() |
Dispose object and free resources.
| |
| Height |
Gets or sets the height of the button control.
| |
| Image |
Gets or sets the background image of button control.
| |
| Parent |
Reference to Parent object. Read-only.
| |
| Position |
Gets Position of Button control.
| |
| Text |
Gets or sets the text associated with this control.
| |
| Visible |
Gets or sets if the Button should visible.
| |
| Width |
Gets or sets the width of the button control.
| |
| Worksheet |
Gets worksheet of button control.
|