Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / dCSI Class / GCSI Method


In This Topic
    GCSI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function GCSI( _
       ByVal hCSI As System.Windows.Forms.MouseButtons _
    ) As ENMouseButtons
    'Usage
     
    
    Dim hCSI As System.Windows.Forms.MouseButtons
    Dim value As ENMouseButtons
     
    value = dCSI.GCSI(hCSI)
    internal static ENMouseButtons GCSI( 
       System.Windows.Forms.MouseButtons hCSI
    )

    Parameters

    hCSI
    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