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

显示文件 Open project: netide/netide

Public Methods

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

Method Details

PropertyTracker() public method

public PropertyTracker ( Control control, string property ) : System
control System.Windows.Forms.Control
property string
return System

Restore() public method

public Restore ( RegistryKey key ) : void
key Microsoft.Win32.RegistryKey
return void

Store() public method

public Store ( RegistryKey key ) : void
key Microsoft.Win32.RegistryKey
return void