ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / DrawFloatingCaptionEventArgs Class / DrawFloatingCaptionEventArgs Constructor
The Graphics object to draw on.
The bounding rectangle of the floating caption.
Flag indicating whether the user completed the drawing.

In This Topic
    DrawFloatingCaptionEventArgs Constructor
    In This Topic
    Initializes a new instance of the DrawFloatingCaptionEventArgs class
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal graphics As System.Drawing.Graphics, _
       ByVal bounds As System.Drawing.Rectangle, _
       ByVal done As System.Boolean _
    )
    public DrawFloatingCaptionEventArgs( 
       System.Drawing.Graphics graphics,
       System.Drawing.Rectangle bounds,
       System.bool done
    )

    Parameters

    graphics
    The Graphics object to draw on.
    bounds
    The bounding rectangle of the floating caption.
    done
    Flag indicating whether the user completed the drawing.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also