FarPoint.Win
ForegroundImageChanged Event
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : ForegroundImageChanged Event


Occurs when the foreground image for the element changes.

Syntax

Visual Basic (Declaration) 
Public Event ForegroundImageChanged() As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As ElementWindowless
Dim handler As EventHandler
 
AddHandler instance.ForegroundImageChanged, handler
C# 
public event EventHandler ForegroundImageChanged()

Remarks

Specify the picture to display in the foreground of the element by setting the ForegroundImage property.

See Also