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)
254internal override object GetPropertyValue(int propertyID)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
804internal override object GetPropertyValue(int propertyID) {
2 references to GetPropertyValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
261return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
812return base.GetPropertyValue(propertyID);