Base:
method
GetPropertyValue
System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.GetPropertyValue(System.Int32)
4 overrides of GetPropertyValue
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (1)
221
internal override object
GetPropertyValue
(int propertyID) {
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
1265
internal override object
GetPropertyValue
(int propertyID) {
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
166
internal override object
GetPropertyValue
(int propertyID) {
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
892
internal override object
GetPropertyValue
(int propertyID) {
3 references to GetPropertyValue
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (1)
226
return base.
GetPropertyValue
(propertyID);
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
1273
return base.
GetPropertyValue
(propertyID);
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
171
return base.
GetPropertyValue
(propertyID);