C# Class SystemEx.Windows.Forms.ThemedPanel

Inheritance: System.Windows.Forms.Panel
ファイルを表示 Open project: pvginkel/SystemEx Class Usage Examples

Private Properties

Property Type Description
DrawNCBorder void
ThemedPanel System
UpdateThemeData void

Protected Methods

Method Description
OnPaintBackground ( PaintEventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Method Description
DrawNCBorder ( Message &m ) : void
ThemedPanel ( ) : System
UpdateThemeData ( ) : void

Method Details

OnPaintBackground() protected method

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

WndProc() protected method

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