Spread Windows Forms 12.0 Product Documentation
FontChanged Event


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : FontChanged Event
Occurs when the font for the element changes.
Syntax
'Declaration
 
Public Event FontChanged As EventHandler
'Usage
 
Dim instance As ElementWindowless
Dim handler As EventHandler
 
AddHandler instance.FontChanged, handler
public event EventHandler FontChanged
Remarks

Specify the font for the element by setting the Font property.

You can set the font for an element to the default font settings by calling the ResetFont method.

See Also

Reference

ElementWindowless Class
ElementWindowless Members
Font Property
ResetFont Method