Nevron .NET Vision
Nevron.UI Namespace / NTrackElement Class / CreateThumbInstance Method


In This Topic
    CreateThumbInstance Method
    In This Topic
    Creates the core instance of the Thumb element. This method allows the user to provide its own custom instance.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateThumbInstance() As NThumbElement
    'Usage
     
    
    Dim instance As NTrackElement
    Dim value As NThumbElement
     
    value = instance.CreateThumbInstance()
    protected virtual NThumbElement CreateThumbInstance()

    Return Value

    The instance of the Thumb to be used by the track element.
    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