C# Class SystemEx.Windows.Forms.Internal.FormHelper

Afficher le fichier Open project: pvginkel/SystemEx Class Usage Examples

Private Properties

Свойство Type Description
CreateAssigned bool>.Dictionary
ExtractAssignedMnenomic void
FindAssigned void
FindMainMenuAssigned void
FindToolStripAssigned void
FixFont void
FixFonts void
FixFonts void
GetNormalSize System.Drawing.Size
GetScreenDimensionsKey string
PerformAssignMnenomics void
RestoreDWord bool
RestorePoint bool
RestoreSize bool
SerializeScreen string
StoreDWord void
StorePoint void
StoreSize void

Méthodes publiques

Méthode Description
AssignMnenomics ( Control controls ) : void
AssignMnenomics ( char seed, Control controls ) : void
CenterOverParent ( double relativeSize ) : void
FindAssignedMnenomics ( ) : char[]
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
CreateAssigned ( IEnumerable seed ) : bool>.Dictionary
ExtractAssignedMnenomic ( bool>.Dictionary assigned, string text ) : void
FindAssigned ( bool>.Dictionary assigned, IEnumerable controls ) : void
FindMainMenuAssigned ( bool>.Dictionary assigned, MainMenu mainMenu ) : void
FindToolStripAssigned ( bool>.Dictionary assigned, System toolStrip ) : void
FixFont ( Control control ) : void
FixFonts ( ) : void
FixFonts ( Control controls ) : void
GetNormalSize ( ) : Size
GetScreenDimensionsKey ( ) : string
PerformAssignMnenomics ( bool>.Dictionary assigned, IEnumerable controls ) : void
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

AssignMnenomics() public méthode

public AssignMnenomics ( Control controls ) : void
controls System.Windows.Forms.Control
Résultat void

AssignMnenomics() public méthode

public AssignMnenomics ( char seed, Control controls ) : void
seed char
controls System.Windows.Forms.Control
Résultat void

CenterOverParent() public méthode

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

FindAssignedMnenomics() public méthode

public FindAssignedMnenomics ( ) : char[]
Résultat char[]

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 System.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 System.Windows.Forms.Control
property string
Résultat void