C# Class NetIde.Util.Forms.ThemedPanel

Inheritance: System.Windows.Forms.Panel
显示文件 Open project: netide/netide

Private Properties

Property Type Description
UpdateThemeData void

Public Methods

Method Description
ThemedPanel ( ) : System

Protected Methods

Method Description
OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Method Description
UpdateThemeData ( ) : void

Method Details

OnPaintBackground() protected method

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

ThemedPanel() public method

public ThemedPanel ( ) : System
return System