C# Class SharpBoot.ThemeEditor

Show file Open project: zdimension/SharpBoot Class Usage Examples

Public Methods

Method Description
DrawGrub4DOSBG ( Graphics g ) : void
DrawSyslinuxBG ( Graphics g ) : void
SetSyslinux ( ) : void
ThemeEditor ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ThemeEditor_Load ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

DrawGrub4DOSBG() public method

public DrawGrub4DOSBG ( Graphics g ) : void
g Graphics
return void

DrawSyslinuxBG() public method

public DrawSyslinuxBG ( Graphics g ) : void
g Graphics
return void

SetSyslinux() public method

public SetSyslinux ( ) : void
return void

ThemeEditor() public method

public ThemeEditor ( ) : System
return System