ComponentFactory.Krypton.Docking.ViewDrawAutoHiddenTab.ViewDrawAutoHiddenTab C# (CSharp) Method

ViewDrawAutoHiddenTab() public method

Initialize a new instance of the ViewDrawAutoHiddenTab class.
public ViewDrawAutoHiddenTab ( KryptonPage page, VisualOrientation orientation ) : System
page ComponentFactory.Krypton.Navigator.KryptonPage Reference to the page this tab represents.
orientation VisualOrientation Visual orientation used for drawing the tab.
return System
        public ViewDrawAutoHiddenTab(KryptonPage page,
                                     VisualOrientation orientation)
            : base(page.StateDisabled.CheckButton, 
                   page.StateNormal.CheckButton,
                   page.StateTracking.CheckButton, 
                   page.StatePressed.CheckButton,
                   null, null, orientation, false)
        {
            _page = page;
            _orientation = orientation;
        }