BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Public Sub New(grid As GridControlBase, cellModel As GridCellModelBase) MyBase.New(grid, cellModel) Me.DisableTextBox = True DropDownButton = New GridCellButton(Me) DropDownButton.Text = "More..." Me._grid = Nothing End Sub ''NewIf you want to enlarge the button, you set the ButtonBar size in the CellModel constructor.
Public Sub New(grid As GridModel) MyBase.New(grid) ButtonBarSize = New Size(60, 20) End Sub ''New