Nevron .NET Vision
Nevron.GraphicsCore Namespace / NInteractivityStyle Class / NInteractivityStyle Constructor / NInteractivityStyle Constructor(String,CursorType)


In This Topic
    NInteractivityStyle Constructor(String,CursorType)
    In This Topic
    Initializes an NInteractivityStyle object with the specified tooltip and cursor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sTooltip As System.String, _
       ByVal cursorType As CursorType _
    )
    'Usage
     
    
    Dim sTooltip As System.String
    Dim cursorType As CursorType
     
    Dim instance As New NInteractivityStyle(sTooltip, cursorType)
    public NInteractivityStyle( 
       System.string sTooltip,
       CursorType cursorType
    )

    Parameters

    sTooltip
    cursorType
    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