Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ToolBar Class / OnDrawFloatingCaption Method

In This Topic
    OnDrawFloatingCaption Method
    In This Topic
    This method is for internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDrawFloatingCaption( _
       ByVal e As DrawFloatingCaptionEventArgs _
    ) 
    protected virtual void OnDrawFloatingCaption( 
       DrawFloatingCaptionEventArgs e
    )

    Parameters

    e
    See Also