C# Class AsposeVisualStudioPluginCells.GUI.ComponentWizardPage

Show file Open project: aspose-cells/Aspose.Cells-for-.NET Class Usage Examples

Public Methods

Method Description
ComponentWizardPage ( ) : System
ComponentWizardPage ( DTE2 application ) : System
showMessage ( string title, string message, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AbortButton_Click ( object sender, EventArgs e ) : void
CloneOrCheckOutRepo ( AsposeComponent component ) : void
CloneOrCheckOutRepoWorker ( AsposeComponent component ) : void
Completed ( object sender, AsyncCompletedEventArgs e ) : void
ContinueButton_Click ( object sender, EventArgs e ) : void
GetDestinationPath ( string destinationRoot, string selectedProject ) : string
InitializeComponent ( ) : void

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

ProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
RepositoryUpdateCompleted ( ) : void
TaskDescriptionLabel ( string value ) : void
UnZipDownloadedFile ( AsyncDownload download ) : void
UpdateCurrentProgressBar ( int value ) : void
UpdateProgress ( int progressValue ) : void
UpdateText ( string textToUpdate ) : void
backgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
backgroundWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
checkAndUpdateRepo ( AsposeComponent component ) : void
clearError ( ) : void
downloadFileFromWeb ( string sourceURL, string destinationPath ) : void
linkLabelAspose_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
logoButton_Click ( object sender, EventArgs e ) : void
performFinish ( ) : bool
performPostFinish ( ) : void
processComponents ( ) : void
processDownloadList ( ) : void
progressDisplayTask ( ) : void
setErrorMessage ( string message ) : void
setTooltip ( Control control, string message ) : void
textBoxProjectName_TextChanged ( object sender, EventArgs e ) : void
timer1_Tick ( object sender, EventArgs e ) : void
validateForm ( ) : bool

Method Details

ComponentWizardPage() public method

public ComponentWizardPage ( ) : System
return System

ComponentWizardPage() public method

public ComponentWizardPage ( DTE2 application ) : System
application DTE2
return System

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

showMessage() public method

public showMessage ( string title, string message, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult
title string
message string
buttons MessageBoxButtons
icon MessageBoxIcon
return DialogResult