Base:
method
GetPropertyValue
System.Windows.Forms.AccessibleObject.GetPropertyValue(System.Int32)
5 overrides of GetPropertyValue
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripButton.cs (1)
287
internal override object
GetPropertyValue
(int propertyID) {
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
829
internal override object
GetPropertyValue
(int propertyID) {
winforms\Managed\System\WinForms\ToolStripLabel.cs (1)
385
internal override object
GetPropertyValue
(int propertyID) {
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
499
internal override object
GetPropertyValue
(int propertyID) {
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
812
internal override object
GetPropertyValue
(int propertyID) {
5 references to GetPropertyValue
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripButton.cs (1)
295
return base.
GetPropertyValue
(propertyID);
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
834
return base.
GetPropertyValue
(propertyID);
winforms\Managed\System\WinForms\ToolStripLabel.cs (1)
395
return base.
GetPropertyValue
(propertyID);
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
504
return base.
GetPropertyValue
(propertyID);
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
817
return base.
GetPropertyValue
(propertyID);