Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / ResizingEventArgs Class / Control Property

In This Topic
    Control Property (ResizingEventArgs)
    In This Topic
    The C1DockingTab control that is being resized.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Control As C1DockingTab
    public C1DockingTab Control {get;}
    See Also