ForegroundImage Property (ElementWindowless)
Gets or sets the foreground image for the element.
public virtual Picture ForegroundImage {get; set;}
'Declaration
Public Overridable Property ForegroundImage As Picture
'Usage
Dim instance As ElementWindowless
Dim value As Picture
instance.ForegroundImage = value
value = instance.ForegroundImage
control.ForegroundImage = new FarPoint.Win.Picture(Image.FromFile("d:\overlay.bmp"));
control.MarginTop = 3;
control.MarginBottom = 3;
control.ForegroundImage = New FarPoint.Win.Picture(Image.FromFile("d:\overlay.bmp"))
control.MarginTop = 3
control.MarginBottom = 3