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


In This Topic
    OnNextPanel Method
    In This Topic
    Selects the next panel from the dock manager's collection.
    Syntax
    'Declaration
     
    
    Protected Overridable Function OnNextPanel( _
       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.OnNextPanel(forward)
    protected virtual System.bool OnNextPanel( 
       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