C# Class NetIde.Util.Forms.FormHelper.PropertyTracker

Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
PropertyTracker ( Control control, string property ) : System
Restore ( RegistryKey key ) : void
Store ( RegistryKey key ) : void

Method Details

PropertyTracker() public méthode

public PropertyTracker ( Control control, string property ) : System
control System.Windows.Forms.Control
property string
Résultat System

Restore() public méthode

public Restore ( RegistryKey key ) : void
key Microsoft.Win32.RegistryKey
Résultat void

Store() public méthode

public Store ( RegistryKey key ) : void
key Microsoft.Win32.RegistryKey
Résultat void