C# 클래스 SystemEx.Windows.Forms.Internal.FormHelper

파일 보기 프로젝트 열기: pvginkel/SystemEx 1 사용 예제들

Private Properties

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

AssignMnenomics() 공개 메소드

public AssignMnenomics ( Control controls ) : void
controls System.Windows.Forms.Control
리턴 void

AssignMnenomics() 공개 메소드

public AssignMnenomics ( char seed, Control controls ) : void
seed char
controls System.Windows.Forms.Control
리턴 void

CenterOverParent() 공개 메소드

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

FindAssignedMnenomics() 공개 메소드

public FindAssignedMnenomics ( ) : char[]
리턴 char[]

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 System.EventArgs
리턴 void

RestoreUserSettings() 공개 메소드

public RestoreUserSettings ( ) : bool
리턴 bool

StoreUserSettings() 공개 메소드

public StoreUserSettings ( ) : void
리턴 void

TrackProperty() 공개 메소드

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