示例#1
0
 /// <summary>
 /// Pass it on...
 /// </summary>
 public override bool KeepCollectingInput(int nextChar)
 {
     if (m_decoratedEditingHelper != null)
     {
         return(m_decoratedEditingHelper.KeepCollectingInput(nextChar));
     }
     return(base.KeepCollectingInput(nextChar));
 }