Ext.Net.WindowBase.Hide C# (CSharp) 메소드

Hide() 개인적인 메소드

private Hide ( ) : void
리턴 void
        public override void Hide()
        {
            base.Hide();
        }

Same methods

WindowBase::Hide ( Control animateTarget ) : void
WindowBase::Hide ( Control animateTarget, string callback ) : void
WindowBase::Hide ( Control animateTarget, string callback, string scope ) : void
WindowBase::Hide ( string animateTarget ) : void
WindowBase::Hide ( string animateTarget, string callback ) : void
WindowBase::Hide ( string animateTarget, string callback, string scope ) : void