Ejemplo n.º 1
0
		public void BeginEdit()
		{
			if (/*treeView.toolkitWindow != null*/true)
			{
				if (!treeView.LabelEdit)
				{
					throw new Exception("SWF_TreeNodeLabelEditFalse");
				}
				if (!treeView.Focused)
				{
					treeView.Focus();
				}
				treeView.BeginEdit(this);
			}
		}