C# Class SystemEx.Windows.Forms.DockContent

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent
Afficher le fichier Open project: pvginkel/SystemEx

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CenterOverParent ( double relativeSize ) : void
DockContent ( ) : System
FindAssignedMnenomics ( ) : char[]
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
OnLocationChanged ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
SetVisibleCore ( bool value ) : void
WndProc ( 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

DockContent() public méthode

public DockContent ( ) : System
Résultat System

FindAssignedMnenomics() public méthode

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

OnBrowseButtonClick() protected méthode

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

OnLocationChanged() protected méthode

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

OnSizeChanged() protected méthode

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

SetVisibleCore() protected méthode

protected SetVisibleCore ( bool value ) : void
value bool
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