'Declaration Public Function New( _ ByVal showLeadingZero As Boolean _ )
'Usage Dim showLeadingZero As Boolean Dim instance As New DateMonthDisplayField(showLeadingZero)
public DateMonthDisplayField( bool showLeadingZero )
Parameters
- showLeadingZero
- A bool value, if true the field's length is fixed. Otherwise, the length is alterable.