'Declaration Public Function New( _ ByVal buttonType As ButtonType _ )
'Usage Dim buttonType As ButtonType Dim instance As New WinButton(buttonType)
public WinButton( ButtonType buttonType )
Parameters
- buttonType
- A ButtonType representing the type of button to create.