'Declaration Public Function New( _ ByVal cmd As String, _ ByVal type As ButtonType, _ ByVal urlOrText As String _ )
'Usage Dim cmd As String Dim type As ButtonType Dim urlOrText As String Dim instance As New ButtonCellType(cmd, type, urlOrText)
Parameters
- cmd
- String of command to perform when the user clicks the button
- type
- Button type
- urlOrText
- Image URL if the button type is ButtonType.ImageButton; otherwise, the button text