ButtonBackgroundImage Property |
Gets or sets the background image displayed in the control.
Namespace:
ABB.Robotics.Tps.Windows.Forms
Assembly:
ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntaxpublic Image BackgroundImage { get; set; }Property Value
Type:
ImageAn Image that represents the image to display in the background of the Button.
See Also