Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
22508 | Dec 14,2004 05:43 PM UTC | Dec 14,2004 08:32 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
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
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.