Base:
property
BackgroundImage
System.Windows.Forms.Control.BackgroundImage
9 writes to BackgroundImage
System.Windows.Forms.Tests (9)
System\Windows\Forms\LabelTests.cs (9)
505
label.
BackgroundImage
= image1;
509
label.
BackgroundImage
= image1;
514
label.
BackgroundImage
= image2;
518
label.
BackgroundImage
= null;
539
label.
BackgroundImage
= label.BackgroundImage;
543
label.
BackgroundImage
= image;
546
label.
BackgroundImage
= label.BackgroundImage;
549
label.
BackgroundImage
= null;
553
label.
BackgroundImage
= image;
8 references to BackgroundImage
System.Windows.Forms.Tests (8)
System\Windows\Forms\LabelTests.cs (8)
27
Assert.Null(control.
BackgroundImage
);
501
Assert.Null(label.
BackgroundImage
); // Default value
506
Assert.Same(image1, label.
BackgroundImage
);
510
Assert.Same(image1, label.
BackgroundImage
);
515
Assert.Same(image2, label.
BackgroundImage
);
519
Assert.Null(label.
BackgroundImage
);
539
label.BackgroundImage = label.
BackgroundImage
;
546
label.BackgroundImage = label.
BackgroundImage
;