1 override of NeedsDropDownButton
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
217
public override bool
NeedsDropDownButton
{
3 references to NeedsDropDownButton
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
219
return base.
NeedsDropDownButton
&& !IsPropertyReadOnly;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
3858
bool fBtnDropDown = gridEntry.
NeedsDropDownButton
;
4415
bool fBtnDropDown = gridEntry.
NeedsDropDownButton
| gridEntry.Enumerable;