C# Class NetIde.Util.Forms.FormHelper

Afficher le fichier Open project: netide/netide

Private Properties

Свойство Type Description
FixFont void
FixFonts void
FixFonts void
GetNormalSize System.Drawing.Size
GetScreenDimensionsKey string
RestoreDWord bool
RestorePoint bool
RestoreSize bool
SerializeScreen string
StoreDWord void
StorePoint void
StoreSize void

Méthodes publiques

Méthode Description
CenterOverParent ( double relativeSize ) : void
FormHelper ( Control control ) : System
InitializeForm ( ) : void
OnLocationChanged ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
RestoreUserSettings ( ) : bool
StoreUserSettings ( ) : void
TrackProperty ( Control control, string property ) : void

Private Methods

Méthode Description
FixFont ( Control control ) : void
FixFonts ( ) : void
FixFonts ( Control controls ) : void
GetNormalSize ( ) : Size
GetScreenDimensionsKey ( ) : string
RestoreDWord ( RegistryKey key, string name, int &value ) : bool
RestorePoint ( RegistryKey key, string name, Point &value ) : bool
RestoreSize ( RegistryKey key, string name, Size &value ) : bool
SerializeScreen ( Screen screen ) : string
StoreDWord ( RegistryKey key, string name, int value ) : void
StorePoint ( RegistryKey key, string name, Point value ) : void
StoreSize ( RegistryKey key, string name, Size value ) : void

Method Details

CenterOverParent() public méthode

public CenterOverParent ( double relativeSize ) : void
relativeSize double
Résultat void

FormHelper() public méthode

public FormHelper ( Control control ) : System
control System.Windows.Forms.Control
Résultat System

InitializeForm() public méthode

public InitializeForm ( ) : void
Résultat void

OnLocationChanged() public méthode

public OnLocationChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSizeChanged() public méthode

public OnSizeChanged ( EventArgs e ) : void
e EventArgs
Résultat void

RestoreUserSettings() public méthode

public RestoreUserSettings ( ) : bool
Résultat bool

StoreUserSettings() public méthode

public StoreUserSettings ( ) : void
Résultat void

TrackProperty() public méthode

public TrackProperty ( Control control, string property ) : void
control Control
property string
Résultat void