System.Windows.Forms.HexBox.EmptyKeyInterpreter.PreProcessWmChar C# (CSharp) Méthode

PreProcessWmChar() public méthode

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