InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / GetSystemMetrics Method

In This Topic
    GetSystemMetrics Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetSystemMetrics( _
       ByVal nIndex As Integer _
    ) As Integer
    public static int GetSystemMetrics( 
       int nIndex
    )

    Parameters

    nIndex
    See Also