C# Class Nexus.Client.UI.ManagedFontUserControl

A base user control that has a FontProvider already declared.
This is to make it easier to use the font provider.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Protected Properties

Свойство Type Description
m_fpdFontProvider Nexus.UI.Controls.FontProvider

Méthodes publiques

Méthode Description
ManagedFontUserControl ( ) : System.Windows.Forms

The default constructor.

Method Details

ManagedFontUserControl() public méthode

The default constructor.
public ManagedFontUserControl ( ) : System.Windows.Forms
Résultat System.Windows.Forms

Property Details

m_fpdFontProvider protected_oe property

The FontProvider for the control.
protected FontProvider,Nexus.UI.Controls m_fpdFontProvider
Résultat Nexus.UI.Controls.FontProvider