C# Class Ntreev.Windows.Forms.Grid.Design.GridControlDesigner

Inheritance: System.Windows.Forms.Design.ControlDesigner
Afficher le fichier Open project: NtreevSoft/GridControl

Méthodes publiques

Méthode Description
GridControlDesigner ( ) : System
Initialize ( System component ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
GetHitTest ( System point ) : bool
OnPaintAdornments ( System pe ) : void

Private Methods

Méthode Description
componentChangeService_ComponentRemoved ( object sender, ComponentEventArgs e ) : void
selectionService_SelectionChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

GetHitTest() protected méthode

protected GetHitTest ( System point ) : bool
point System
Résultat bool

GridControlDesigner() public méthode

public GridControlDesigner ( ) : System
Résultat System

Initialize() public méthode

public Initialize ( System component ) : void
component System
Résultat void

OnPaintAdornments() protected méthode

protected OnPaintAdornments ( System pe ) : void
pe System
Résultat void