Spread Windows Forms 12.0 Product Documentation
DateMonthDisplayField Constructor(Boolean)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateMonthDisplayField Class > DateMonthDisplayField Constructor : DateMonthDisplayField Constructor(Boolean)
A bool value, if true the field's length is fixed. Otherwise, the length is alterable.
Initializes a new instance of the DateMonthDisplayField class.
Syntax
'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.
See Also

Reference

DateMonthDisplayField Class
DateMonthDisplayField Members
Overload List