Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / Button Class
Members


Button Class
Represents a Windows Forms button that can be added to a worksheet. This class cannot be inherited.
Syntax
'Declaration
 
Public NotInheritable Class Button 
   Inherits Control
   Implements GrapeCity.Spreadsheet.Data.IBindings 
 
'Usage
 
Dim instance As Button
Inheritance Hierarchy

System.Object
   GrapeCity.Spreadsheet.Data.BindableObject
      GrapeCity.Spreadsheet.Drawing.DrawingObject
         GrapeCity.Spreadsheet.Drawing.GraphicObject
            GrapeCity.Spreadsheet.FormControls.Control
               GrapeCity.Spreadsheet.FormControls.Button

See Also