System.Windows.Forms.HexBox.EmptyKeyInterpreter.PreProcessWmChar C# (CSharp) 메소드

PreProcessWmChar() 공개 메소드

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