Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ToolBar Class / DrawFloatingCaption Event

In This Topic
    DrawFloatingCaption Event
    In This Topic
    Occurs when a floating toolbar's caption needs to be drawn. Allows to owner draw the caption.
    Syntax
    'Declaration
     
    
    Public Event DrawFloatingCaption As DrawFloatingCaptionEventHandler
    public event DrawFloatingCaptionEventHandler DrawFloatingCaption
    See Also