Spread Windows Forms 12.0 Product Documentation
DateMonthDisplayFieldInfo Constructor(Boolean)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateMonthDisplayFieldInfo Class > DateMonthDisplayFieldInfo Constructor : DateMonthDisplayFieldInfo Constructor(Boolean)
A bool value, if true the field's length is fixed; otherwise, the length is alterable.
Initializes a new instance of the DateMonthDisplayFieldInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal showLeadingZero As Boolean _
)
'Usage
 
Dim showLeadingZero As Boolean
 
Dim instance As New DateMonthDisplayFieldInfo(showLeadingZero)
public DateMonthDisplayFieldInfo( 
   bool showLeadingZero
)

Parameters

showLeadingZero
A bool value, if true the field's length is fixed; otherwise, the length is alterable.
See Also

Reference

DateMonthDisplayFieldInfo Class
DateMonthDisplayFieldInfo Members
Overload List