Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NPanelCommand Class / OnNextPanelTab Method
True to select next, false to select previous.


In This Topic
    OnNextPanelTab Method
    In This Topic
    Select the next tab in the currently active panel group.
    Syntax
    'Declaration
     
    
    Protected Overridable Function OnNextPanelTab( _
       ByVal forward As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NPanelCommand
    Dim forward As System.Boolean
    Dim value As System.Boolean
     
    value = instance.OnNextPanelTab(forward)
    protected virtual System.bool OnNextPanelTab( 
       System.bool forward
    )

    Parameters

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