'Declaration Public Function New( _ ByVal backgroundImageType As ButtonBackgroundImageType, _ ByVal buttonImageType As ButtonImageType _ )
'Usage Dim backgroundImageType As ButtonBackgroundImageType Dim buttonImageType As ButtonImageType Dim instance As New ButtonType(backgroundImageType, buttonImageType)
public ButtonType( ButtonBackgroundImageType backgroundImageType, ButtonImageType buttonImageType )