Base:
property
this
System.Configuration.SettingsBase.this[System.String]
7 writes to
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStripSettings.cs (7)
33
this
[
"IsDefault"] = value;
43
this
[
"ItemOrder"] = value;
53
this
[
"Name"] = value;
64
this
[
"Location"] = value;
75
this
[
"Size"] = value;
85
this
[
"ToolStripPanelName"] = value;
96
this
[
"Visible"] = value;
7 references to
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStripSettings.cs (7)
30
return (bool) this
[
"IsDefault"];
40
return this
[
"ItemOrder"] as string;
50
return this
[
"Name"] as string;
61
return (Point) this
[
"Location"];
72
return (Size) this
[
"Size"];
82
return this
[
"ToolStripPanelName"] as string;
93
return (bool) this
[
"Visible"];