Base:
method
GetPropertyValue
System.Windows.Forms.ComboBox.ComboBoxExAccessibleObject.GetPropertyValue(System.Int32)
2 overrides of GetPropertyValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
254
internal override object
GetPropertyValue
(int propertyID)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
804
internal override object
GetPropertyValue
(int propertyID) {
2 references to GetPropertyValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
261
return base.
GetPropertyValue
(propertyID);
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
812
return base.
GetPropertyValue
(propertyID);