'Declaration Public Event FontChanged As EventHandler
'Usage Dim instance As ElementWindowless Dim handler As EventHandler AddHandler instance.FontChanged, handler
public event EventHandler FontChanged
'Declaration Public Event FontChanged As EventHandler
'Usage Dim instance As ElementWindowless Dim handler As EventHandler AddHandler instance.FontChanged, handler
public event EventHandler FontChanged
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.