Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AdvanceEventArgs Class / AdvanceNext Property


In This Topic
    AdvanceNext Property
    In This Topic
    Gets whether to move to the next component.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AdvanceNext As Boolean
    'Usage
     
    
    Dim instance As AdvanceEventArgs
    Dim value As Boolean
     
    value = instance.AdvanceNext
    public bool AdvanceNext {get;}
    See Also