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

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

    Parameters

    n
    See Also