Spread Windows Forms 15.0
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.


In This Topic
    DateMonthDisplayField Constructor(Boolean)
    In This Topic
    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