Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCursor Class / NCursor Constructor / NCursor Constructor(NEmbeddedResourceRef)


In This Topic
    NCursor Constructor(NEmbeddedResourceRef)
    In This Topic
    Creates a cursor from an embedded resource.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal resource As NEmbeddedResourceRef _
    )
    'Usage
     
    
    Dim resource As NEmbeddedResourceRef
     
    Dim instance As New NCursor(resource)
    public NCursor( 
       NEmbeddedResourceRef resource
    )

    Parameters

    resource
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also