3 references to PropButtonCellUseColumnTextForButtonValue
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (3)
143int useColumnTextForButtonValue = this.Properties.GetInteger(PropButtonCellUseColumnTextForButtonValue, out found); 154this.Properties.SetInteger(PropButtonCellUseColumnTextForButtonValue, value ? 1 : 0); 166this.Properties.SetInteger(PropButtonCellUseColumnTextForButtonValue, value ? 1 : 0);