TESVSnip.UI.RecordControls.OptionsElement.cboOptions_KeyPress C# (CSharp) Method

cboOptions_KeyPress() private method

private cboOptions_KeyPress ( object sender, KeyPressEventArgs e ) : void
sender object
e KeyPressEventArgs
return void
        private void cboOptions_KeyPress(object sender, KeyPressEventArgs e)
        {
            e.Handled = true;
        }