Spread Windows Forms 6.0 Product Documentation
OnFontChanged Method
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : OnFontChanged Method


e
Object with event data

Glossary Item Box

Raises the FontChanged event when the font in the control has changed.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub OnFontChanged( _
   ByVal e As EventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As ElementWindowless
Dim e As EventArgs
 
instance.OnFontChanged(e)
C# 
public virtual void OnFontChanged( 
   EventArgs e
)

Parameters

e
Object with event data

Return Value

Event data

Remarks

When the font changes in an element, the FontChanged event occurs.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.