ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / 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 System.UInteger, _
       ByVal uiParam As System.UInteger, _
       ByRef pvParam As Win32.NONCLIENTMETRICS, _
       ByVal fWinIni As System.UInteger _
    ) As System.Boolean
    public static System.bool SystemParametersInfo( 
       System.uint uiAction,
       System.uint uiParam,
       ref Win32.NONCLIENTMETRICS pvParam,
       System.uint fWinIni
    )

    Parameters

    uiAction
    uiParam
    pvParam
    fWinIni
    See Also