'Declaration Public Function New( _ ByVal showLeadingZero As Boolean _ )
'Usage Dim showLeadingZero As Boolean Dim instance As New DateYearDisplayField(showLeadingZero)
public DateYearDisplayField( bool showLeadingZero )
Parameters
- showLeadingZero
- if set to true the digits of the display field is fixed, otherwise, false.