TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / LOWORD Method / LOWORD(Int32) Method

In This Topic
    LOWORD(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function LOWORD( _
       ByVal n As Integer _
    ) As Integer
    public static int LOWORD( 
       int n
    )

    Parameters

    n
    See Also