Example #1
0
        public void BeginEdit()
        {
            if (Index == 0)
            {
                return;
            }
            if (!ListView.LabelEdit)
            {
                throw new InvalidOperationException();
            }

            ListView.BeginEdit(this);
        }