C# Class Bloom.Publish.EpubView

This class implements the panel that appears in the Publish tab when the ePUB button is selected. See PublishView.SetupEpubControl for initialization. In addition to the controls created in InitializeComponent, this control normally has a browser displaying the book preview which occupies the remaining space. Since this is not a standard control it is easier to create it and insert it when needed, especially since the PublishView needs to manipulate it.
Inheritance: System.Windows.Forms.UserControl
Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Public Methods

Method Description
EpubView ( ) : 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.

_helpButton_Click ( 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

EpubView() public method

public EpubView ( ) : System
return System