Alsing.Windows.Forms.SyntaxBox.EditViewControl.IsInputChar C# (CSharp) 메소드

IsInputChar() 보호된 메소드

protected IsInputChar ( char c ) : bool
c char
리턴 bool
        protected override bool IsInputChar(char c)
        {
            return true;
        }