Beispiel #1
0
        protected virtual void OnDrawText(DrawEventArgs args)
        {
            TreeViewAdv tree = args.Node.Tree;

            if (tree != null)
            {
                tree.FireDrawControl(args);
            }
            if (DrawText != null)
            {
                DrawText(this, args);
            }
        }