ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / GdiComment Method / GdiComment(IntPtr,UInt32,IntPtr) Method

In This Topic
    GdiComment(IntPtr,UInt32,IntPtr) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GdiComment( _
       ByVal hdc As System.IntPtr, _
       ByVal cbSize As System.UInteger, _
       ByVal lpData As System.IntPtr _
    ) As System.Boolean
    public static System.bool GdiComment( 
       System.IntPtr hdc,
       System.uint cbSize,
       System.IntPtr lpData
    )

    Parameters

    hdc
    cbSize
    lpData
    See Also