Docking Tab for WinForms | ComponentOne
C1.Win.Command 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 Graphics, _
       ByVal bounds As Rectangle, _
       ByVal done As Boolean _
    )
    public DrawFloatingCaptionEventArgs( 
       Graphics graphics,
       Rectangle bounds,
       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.
    See Also