Implemented interface member:
property
Stretch
System.Windows.Forms.ISupportToolStripPanel.Stretch
3 writes to Stretch
System.Windows.Forms (3)
System\Windows\Forms\Controls\Menus\MenuStrip.cs (1)
125
set => base.
Stretch
= value;
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
240
set => base.
Stretch
= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
740
set => base.
Stretch
= value;
4 references to Stretch
System.Windows.Forms (4)
System\Windows\Forms\Controls\Menus\MenuStrip.cs (1)
124
get => base.
Stretch
;
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
239
get => base.
Stretch
;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1462
if (
Stretch
!= value)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
739
get => base.
Stretch
;