Base:
method
GetPropertyValue
System.Windows.Forms.Control.ControlAccessibleObject.GetPropertyValue(System.Int32)
3 overrides of GetPropertyValue
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MenuStrip.cs (1)
300
internal override object
GetPropertyValue
(int propertyID) {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
5682
internal override object
GetPropertyValue
(int propertyID) {
winforms\Managed\System\WinForms\StatusStrip.cs (1)
647
internal override object
GetPropertyValue
(int propertyID) {
3 references to GetPropertyValue
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MenuStrip.cs (1)
305
return base.
GetPropertyValue
(propertyID);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
5689
return base.
GetPropertyValue
(propertyID);
winforms\Managed\System\WinForms\StatusStrip.cs (1)
652
return base.
GetPropertyValue
(propertyID);