C# Class ControlA, gert

Inheritance: Control
Mostrar archivo Open project: mono/gert Class Usage Examples

Public Methods

Method Description
ControlA ( ) : System

Protected Methods

Method Description
OnMove ( EventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void

Method Details

ControlA() public method

public ControlA ( ) : System
return System

OnMove() protected method

protected OnMove ( EventArgs e ) : void
e EventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void