Microsoft.ManagementConsole.PropertyPageContainerControl.ProcessHotKey C# (CSharp) Метод

ProcessHotKey() публичный Метод

public ProcessHotKey ( char hotKey ) : bool
hotKey char
Результат bool
        public bool ProcessHotKey(char hotKey)
        {
            return this.ProcessMnemonic(hotKey);
        }
    }