'Declaration Public Function New( _ ByVal cmd As String, _ ByVal type As ButtonType _ )
'Usage Dim cmd As String Dim type As ButtonType Dim instance As New ButtonCellType(cmd, type)
public ButtonCellType( string cmd, ButtonType type )
Parameters
- cmd
- String of command to perform when the user clicks the button
- type
- Button type