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
Afficher le fichier Open project: BloomBooks/BloomDesktop Class Usage Examples

Méthodes publiques

Méthode Description
EpubView ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

EpubView() public méthode

public EpubView ( ) : System
Résultat System