Spread Windows Forms 12.0 Product Documentation
DateYearDisplayField Constructor(Boolean)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateYearDisplayField Class > DateYearDisplayField Constructor : DateYearDisplayField Constructor(Boolean)
if set to true the digits of the display field is fixed, otherwise, false.
Initializes a new instance of the DateYearDisplayField class.
Syntax
'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.
See Also

Reference

DateYearDisplayField Class
DateYearDisplayField Members
Overload List