Open.Core.Controls.TabPanelButton.OnIsVisibleChanging C# (CSharp) Method

OnIsVisibleChanging() protected method

protected OnIsVisibleChanging ( bool isVisible ) : bool
isVisible bool
return bool
        protected override bool OnIsVisibleChanging(bool isVisible)
        {
            return Panel.IsOverflowing ? false : isVisible;
        }
        #endregion