Click or drag to resize
Wizard .NET Library

WizardControlOverrideThemeFonts Method

Overrides the theme fonts provided by the system.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public virtual void OverrideThemeFonts(
	Font titleFont,
	Font headerFont,
	Font buttonFont
)
Request Example View Source

Parameters

titleFont
Type: System.DrawingFont
The title font.
headerFont
Type: System.DrawingFont
The header font.
buttonFont
Type: System.DrawingFont
The command buttons font.
Remarks
This is NOT recommended as it will cause the wizard to not match those provided by the system. This should be called only after the handle has been created or it will be overridden with the system theme values.
See Also