ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / ItemDockModeChangedEventArgs Class / TabControl Property

In This Topic
    TabControl Property (ItemDockModeChangedEventArgs)
    In This Topic
    Gets the C1DockTabControl that is transitioning modes.
    Syntax
    'Declaration
     
    Public ReadOnly Property TabControl As C1DockTabControl
    public C1DockTabControl TabControl {get;}
    See Also