Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / Button Class
Members


In This Topic
    Button Class
    In This Topic
    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
    public sealed class Button : Control, GrapeCity.Spreadsheet.Data.IBindings  
    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