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


In This Topic
    OnNextDocumentTab Method
    In This Topic
    Selects the next tab in the document view. Valid when the current view is MdiTabbed.
    Syntax
    'Declaration
     
    
    Protected Overridable Function OnNextDocumentTab( _
       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.OnNextDocumentTab(forward)
    protected virtual System.bool OnNextDocumentTab( 
       System.bool forward
    )

    Parameters

    forward
    True to select the next tab, 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