Base:
property
BackgroundImageLayout
System.Windows.Forms.Control.BackgroundImageLayout
7 writes to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ComboBoxTests.cs (7)
564
BackgroundImageLayout
= value
570
control.
BackgroundImageLayout
= value;
589
control.
BackgroundImageLayout
= ImageLayout.Center;
594
control.
BackgroundImageLayout
= ImageLayout.Center;
599
control.
BackgroundImageLayout
= ImageLayout.Stretch;
605
control.
BackgroundImageLayout
= ImageLayout.Center;
615
Assert.Throws<InvalidEnumArgumentException>("value", () => control.
BackgroundImageLayout
= value);
7 references to BackgroundImageLayout
System.Windows.Forms.Tests (7)
System\Windows\Forms\ComboBoxTests.cs (7)
38
Assert.Equal(ImageLayout.Tile, control.
BackgroundImageLayout
);
566
Assert.Equal(value, control.
BackgroundImageLayout
);
571
Assert.Equal(value, control.
BackgroundImageLayout
);
590
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
595
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);
600
Assert.Equal(ImageLayout.Stretch, control.
BackgroundImageLayout
);
606
Assert.Equal(ImageLayout.Center, control.
BackgroundImageLayout
);