Example #1
0
        protected override void PageLoadedCore(PageLoadedDirection direction)
        {
            HelpersGUI.PerformIQNCheck();

            if (direction == PageLoadedDirection.Forward)
            {
                HelpersGUI.FocusFirstControl(Controls);
            }
        }
Example #2
0
        protected override void PageLoadedCore(PageLoadedDirection direction)
        {
            HelpersGUI.PerformIQNCheck();

            if (direction == PageLoadedDirection.Forward)
            {
                textBoxIscsiHost.Focus();
            }
        }
Example #3
0
        public override void PageLoaded(PageLoadedDirection direction)
        {
            base.PageLoaded(direction);
            HelpersGUI.PerformIQNCheck();

            if (direction == PageLoadedDirection.Forward)
            {
                HelpersGUI.FocusFirstControl(Controls);
            }
        }