1 reference to SetDescription
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3696
internal void SetStatusBox(string? title, string? description) => _helpPane.
SetDescription
(title, description);