Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NRotator Class / SetFrameIntoView Method


In This Topic
    SetFrameIntoView Method
    In This Topic
    Sets the frame at the specified index as the currently displayed one.
    Syntax
    'Declaration
     
    
    Public Sub SetFrameIntoView( _
       ByVal index As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NRotator
    Dim index As System.Integer
     
    instance.SetFrameIntoView(index)
    public void SetFrameIntoView( 
       System.int index
    )

    Parameters

    index
    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