Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# ignore enter key

if (e.KeyCode == Keys.Enter) 
{
    e.SuppressKeyPress = true;
}
share  edit  follow 
 
PREVIOUS NEXT
Tagged: #ignore #enter #key
ADD COMMENT
Topic
Name
6+7 =