C# Class AsposeVisualStudioPluginCells.GUI.SampleWizardPage

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

Public Methods

Method Description
SampleWizardPage ( ) : System
SampleWizardPage ( 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
AddSpacesToSentence ( string text ) : string
BrowseButton_Click ( object sender, EventArgs e ) : void
CloneOrCheckOutRepo ( AsposeComponent component ) : void
CloneOrCheckOutRepoWorker ( AsposeComponent component ) : void
ContinueButton_Click ( object sender, EventArgs e ) : void
CopyAndCreateProject ( ) : bool
CopyFolderContents ( string SourcePath, string DestinationPath ) : bool
GetComponentsButton_Click ( object sender, EventArgs e ) : void
GetDestinationPath ( string destinationRoot, string selectedProject ) : string
GetDirectories ( DirectoryInfo subDirs, TreeNode nodeToAddTo ) : void
GetExamplesRootPath ( ) : string
GetFiles ( DirectoryInfo subDirs, TreeNode nodeToAddTo ) : void
GetVSVersion ( ) : int
InitializeComponent ( ) : void

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

PopulateTreeView ( string dirPath ) : void
RepositoryUpdateCompleted ( ) : void
SetComponentsAPIs ( ) : void
UpdatePrjReferenceHintPath ( string projectFilePath, AsposeComponent component ) : void
buttonGetComponents_Click ( object sender, EventArgs e ) : void
checkAndUpdateRepo ( AsposeComponent component ) : void
clearError ( ) : void
components_FormClosed ( object sender, FormClosedEventArgs e ) : void
examplesTree_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void
progressDisplayTask ( ) : void
rdbCSharp_CheckedChanged ( object sender, EventArgs e ) : void
rdbVisualBasic_CheckedChanged ( object sender, EventArgs e ) : void
setErrorMessage ( string message ) : void
timer1_Tick ( object sender, EventArgs e ) : void
validateForm ( ) : bool

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

SampleWizardPage() public method

public SampleWizardPage ( ) : System
return System

SampleWizardPage() public method

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

showMessage() public method

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