C# Class SystemEx.Windows.Forms.Form

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: pvginkel/SystemEx

Private Properties

Свойство Type Description
FindScreen System.Windows.Forms.Screen
InvalidateNonClient void
UpdateRenderSizeGrip void
WmNCHitTest void

Méthodes publiques

Méthode Description
CenterOverParent ( double relativeSize ) : void
FindAssignedMnenomics ( ) : char[]
Form ( ) : System
TrackProperty ( Control control, string property ) : void

Méthodes protégées

Méthode Description
AssignMnenomics ( ) : void
AssignMnenomics ( char seed ) : void
Dispose ( bool disposing ) : void
OnBrowseButtonClick ( BrowseButtonEventArgs e ) : void
OnCancelPreview ( CancelPreviewEventArgs e ) : void
OnLocationChanged ( EventArgs e ) : void
OnShowing ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
ProcessDialogKey ( Keys keyData ) : bool
RestoreUserSettings ( ) : bool
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
SetVisibleCore ( bool value ) : void
StoreUserSettings ( ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
FindScreen ( Point location ) : Screen
InvalidateNonClient ( ) : void
UpdateRenderSizeGrip ( ) : void
WmNCHitTest ( Message &m ) : void

Method Details

AssignMnenomics() protected méthode

protected AssignMnenomics ( ) : void
Résultat void

AssignMnenomics() protected méthode

protected AssignMnenomics ( char seed ) : void
seed char
Résultat void

CenterOverParent() public méthode

public CenterOverParent ( double relativeSize ) : void
relativeSize double
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FindAssignedMnenomics() public méthode

public FindAssignedMnenomics ( ) : char[]
Résultat char[]

Form() public méthode

public Form ( ) : System
Résultat System

OnBrowseButtonClick() protected méthode

protected OnBrowseButtonClick ( BrowseButtonEventArgs e ) : void
e BrowseButtonEventArgs
Résultat void

OnCancelPreview() protected méthode

protected OnCancelPreview ( CancelPreviewEventArgs e ) : void
e CancelPreviewEventArgs
Résultat void

OnLocationChanged() protected méthode

protected OnLocationChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnShowing() protected méthode

protected OnShowing ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

ProcessDialogKey() protected méthode

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
Résultat bool

RestoreUserSettings() protected méthode

protected RestoreUserSettings ( ) : bool
Résultat bool

SetBoundsCore() protected méthode

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Résultat void

SetVisibleCore() protected méthode

protected SetVisibleCore ( bool value ) : void
value bool
Résultat void

StoreUserSettings() protected méthode

protected StoreUserSettings ( ) : void
Résultat void

TrackProperty() public méthode

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

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void