ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetMenuString Method

In This Topic
    GetMenuString Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetMenuString( _
       ByVal hMenu As System.IntPtr, _
       ByVal uIDItem As System.UInteger, _
       ByVal lpString As System.Text.StringBuilder, _
       ByVal nMaxCount As System.Integer, _
       ByVal uFlag As System.UInteger _
    ) As System.Integer
    public static System.int GetMenuString( 
       System.IntPtr hMenu,
       System.uint uIDItem,
       System.Text.StringBuilder lpString,
       System.int nMaxCount,
       System.uint uFlag
    )

    Parameters

    hMenu
    uIDItem
    lpString
    nMaxCount
    uFlag
    See Also