Microsoft.ManagementConsole.PropertyPage.InternalSetActive C# (CSharp) Method

InternalSetActive() private method

private InternalSetActive ( ) : void
return void
        internal void InternalSetActive()
        {
            if (this._firstSetActiveNotification)
            {
                this._containerControl.Focus();
                this._containerControl.SelectNextControl(this._control, true, true, true, true);
                this._firstSetActiveNotification = false;
            }
            this.OnSetActive();
        }