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

In This Topic
    MeasureFloatingCaption Event
    In This Topic
    Occurs when a floating toolbar's caption needs to be measured. Allows to customize the toolbar's size.
    Syntax
    'Declaration
     
    
    Public Event MeasureFloatingCaption As MeasureFloatingCaptionEventHandler
    public event MeasureFloatingCaptionEventHandler MeasureFloatingCaption
    See Also