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

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

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CenterOverParent() 공개 메소드

public CenterOverParent ( double relativeSize ) : void
relativeSize double
리턴 void

FormHelper() 공개 메소드

public FormHelper ( Control control ) : System
control System.Windows.Forms.Control
리턴 System

InitializeForm() 공개 메소드

public InitializeForm ( ) : void
리턴 void

OnLocationChanged() 공개 메소드

public OnLocationChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSizeChanged() 공개 메소드

public OnSizeChanged ( EventArgs e ) : void
e EventArgs
리턴 void

RestoreUserSettings() 공개 메소드

public RestoreUserSettings ( ) : bool
리턴 bool

StoreUserSettings() 공개 메소드

public StoreUserSettings ( ) : void
리턴 void

TrackProperty() 공개 메소드

public TrackProperty ( Control control, string property ) : void
control Control
property string
리턴 void