System.Windows.Forms.HexBox.EmptyKeyInterpreter.PreProcessWmChar C# (CSharp) Method

PreProcessWmChar() public method

public PreProcessWmChar ( Message &m ) : bool
m Message
return bool
            public bool PreProcessWmChar(ref Message m)
            {
                return _hexBox.BasePreProcessMessage(ref m);
            }