C# Class ThemedControl, TestMeApp

Inheritance: Control
显示文件 Open project: Hli4S/TestMeApp Class Usage Examples

Public Properties

Property Type Description
D DrawUtils,
Pal Palette,
State MouseState,

Public Methods

Method Description
ThemedControl ( )

Protected Methods

Method Description
OnMouseDown ( System e ) : void
OnMouseEnter ( EventArgs, e ) : void
OnMouseLeave ( EventArgs, e ) : void
OnMouseUp ( System e ) : void
OnPaintBackground ( System e ) : void
OnTextChanged ( System e ) : void

Method Details

OnMouseDown() protected method

protected OnMouseDown ( System e ) : void
e System
return void

OnMouseEnter() protected method

protected OnMouseEnter ( EventArgs, e ) : void
e EventArgs,
return void

OnMouseLeave() protected method

protected OnMouseLeave ( EventArgs, e ) : void
e EventArgs,
return void

OnMouseUp() protected method

protected OnMouseUp ( System e ) : void
e System
return void

OnPaintBackground() protected method

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

OnTextChanged() protected method

protected OnTextChanged ( System e ) : void
e System
return void

ThemedControl() public method

public ThemedControl ( )

Property Details

D public_oe property

public DrawUtils, D
return DrawUtils,

Pal public_oe property

public Palette, Pal
return Palette,

State public_oe property

public MouseState, State
return MouseState,