Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDocumentCommand Class / OnNextDocument Method
True to select the next, false to select the previous.


In This Topic
    OnNextDocument Method
    In This Topic
    Selects the next(previous) document.
    Syntax
    'Declaration
     
    
    Protected Overridable Function OnNextDocument( _
       ByVal forward As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDocumentCommand
    Dim forward As System.Boolean
    Dim value As System.Boolean
     
    value = instance.OnNextDocument(forward)
    protected virtual System.bool OnNextDocument( 
       System.bool forward
    )

    Parameters

    forward
    True to select the next, false to select the previous.

    Return Value

    True if execution was successful, false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also