C# Class MonoFlat.MonoFlat_ThemeContainer

Inheritance: System.Windows.Forms.ContainerControl
ファイルを表示 Open project: MrDarkSkil/Launcher_Arma3

Protected Properties

Property Type Description
State MouseState

Public Methods

Method Description
MonoFlat_ThemeContainer ( ) : System

Protected Methods

Method Description
CreateHandle ( ) : void
OnInvalidated ( System e ) : void
OnMouseDown ( System e ) : void
OnMouseMove ( System e ) : void
OnMouseUp ( System e ) : void
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnParentChanged ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
OnTextChanged ( System e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
CorrectBounds ( Rectangle bounds ) : void
FormShown ( object sender, EventArgs e ) : void
GetIndex ( ) : int
InitializeMessages ( ) : void
InvalidateMouse ( ) : void
SetState ( MouseState current ) : void

Method Details

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

MonoFlat_ThemeContainer() public method

public MonoFlat_ThemeContainer ( ) : System
return System

OnInvalidated() protected method

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

OnMouseDown() protected method

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

OnMouseMove() protected method

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

OnMouseUp() protected method

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

OnPaint() protected method

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

OnPaintBackground() protected method

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

OnParentChanged() protected final method

protected final OnParentChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnSizeChanged() protected final method

protected final OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnTextChanged() protected method

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

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void

Property Details

State protected_oe property

protected MouseState State
return MouseState