22 references to Label
System.Windows.Forms (22)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (8)
431
_commandsPane.
Label
.BackColor = value;
446
_commandsPane.
Label
.ForeColor = value;
457
get => _commandsPane.
Label
.LinkColor;
458
set => _commandsPane.
Label
.LinkColor = value;
468
get => _commandsPane.
Label
.ActiveLinkColor;
469
set => _commandsPane.
Label
.ActiveLinkColor = value;
479
get => _commandsPane.
Label
.DisabledLinkColor;
480
set => _commandsPane.
Label
.DisabledLinkColor = value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (14)
141
Label
.Focus();
142
Label
.Invalidate();
153
Label
.BackColor = background;
154
Label
.ForeColor = normalText;
155
Label
.LinkColor = link;
156
Label
.ActiveLinkColor = activeLink;
157
Label
.VisitedLinkColor = visitedLink;
158
Label
.DisabledLinkColor = disabledLink;
161
public void FocusLabel() =>
Label
.Focus();
179
Label
.Links.Clear();
180
Label
.Text = null;
205
Label
.Links.Clear();
231
Label
.Text = sb.ToString();
237
LinkLabel.Link link =
Label
.Links.Add(links[i].X, links[i].Y, _verbs[i]);