Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DropDownCalendar Class / SetIgnoreDateChange Method


In This Topic
    SetIgnoreDateChange Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetIgnoreDateChange( _
       ByVal ignoreFlag As Boolean _
    ) 
    'Usage
     
    
    Dim instance As DropDownCalendar
    Dim ignoreFlag As Boolean
     
    instance.SetIgnoreDateChange(ignoreFlag)
    public void SetIgnoreDateChange( 
       bool ignoreFlag
    )

    Parameters

    ignoreFlag
    See Also