Click or drag to resize
Wizard .NET Library

WizardControl.OverrideThemeFonts 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.Drawing.Font
The title font.
headerFont
Type: System.Drawing.Font
The header font.
buttonFont
Type: System.Drawing.Font
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