Open.Core.Controls.TabPanelButton.OnIsVisibleChanging C# (CSharp) Méthode

OnIsVisibleChanging() protected méthode

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