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

Inheritance: System.Windows.Forms.Design.ControlDesigner
Mostra file Open project: NtreevSoft/GridControl

Public Methods

Method Description
GridControlDesigner ( ) : System
Initialize ( System component ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
GetHitTest ( System point ) : bool
OnPaintAdornments ( System pe ) : void

Private Methods

Method Description
componentChangeService_ComponentRemoved ( object sender, ComponentEventArgs e ) : void
selectionService_SelectionChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetHitTest() protected method

protected GetHitTest ( System point ) : bool
point System
return bool

GridControlDesigner() public method

public GridControlDesigner ( ) : System
return System

Initialize() public method

public Initialize ( System component ) : void
component System
return void

OnPaintAdornments() protected method

protected OnPaintAdornments ( System pe ) : void
pe System
return void