CK.Keyboard.Key.DestroyConfig C# (CSharp) Method

DestroyConfig() private method

private DestroyConfig ( ) : void
return void
        internal void DestroyConfig()
        {
            foreach( KeyMode k in KeyModes ) k.DestroyConfig();
            Context.ConfigContainer.Destroy( this );
        }