TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / SystemParametersInfo Method / SystemParametersInfo(UInt32,UInt32,NONCLIENTMETRICS,UInt32) Method

In This Topic
    SystemParametersInfo(UInt32,UInt32,NONCLIENTMETRICS,UInt32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function SystemParametersInfo( _
       ByVal uiAction As UInteger, _
       ByVal uiParam As UInteger, _
       ByRef pvParam As Win32.NONCLIENTMETRICS, _
       ByVal fWinIni As UInteger _
    ) As Boolean
    public static bool SystemParametersInfo( 
       uint uiAction,
       uint uiParam,
       ref Win32.NONCLIENTMETRICS pvParam,
       uint fWinIni
    )

    Parameters

    uiAction
    uiParam
    pvParam
    fWinIni
    See Also