Exemple #1
0
            public TagLabel(TagsListControl container, ContactTagViewModel tagViewModel)
            {
                _container    = container;
                _tagViewModel = tagViewModel;

                Text      = string.Format("#{0}", _tagViewModel.Name);
                ForeColor = _tagViewModel.Color;
                AutoSize  = true;
            }
Exemple #2
0
        public DataGridViewTagsCell()
        {
            _tagsControl = new TagsListControl();

            OnDataGridViewChanged();
        }