ZForge.Controls.TreeViewAdv.Tree.TreeViewAdv.IsInputChar C# (CSharp) Метод

IsInputChar() защищенный Метод

protected IsInputChar ( char charCode ) : bool
charCode char
Результат bool
        protected override bool IsInputChar(char charCode)
        {
            return true;
        }
TreeViewAdv