C# 클래스 NetIde.Util.Forms.FormHelper.PropertyTracker

파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
PropertyTracker ( Control control, string property ) : System
Restore ( RegistryKey key ) : void
Store ( RegistryKey key ) : void

메소드 상세

PropertyTracker() 공개 메소드

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

Restore() 공개 메소드

public Restore ( RegistryKey key ) : void
key Microsoft.Win32.RegistryKey
리턴 void

Store() 공개 메소드

public Store ( RegistryKey key ) : void
key Microsoft.Win32.RegistryKey
리턴 void