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

PreProcessWmChar() public method

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