C# Class Acrolinx.Demo.Sidebar.Integration

Afficher le fichier Open project: acrolinx/acrolinx-sidebar-demo-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
Integration ( AcrolinxSidebar sidebar, string serverAddress ) : System
RegisterTextBox ( TextBox textBox ) : void
RegisterTitleTextBox ( TextBox textBox ) : void
RegisterXmlTextBox ( TextBox textBox ) : void

Private Methods

Méthode Description
Checked ( object sender, CheckedEventArgs e ) : void
ReplaceRanges ( object sender, MatchesWithReplacementEventArgs e ) : void
RequestCheck ( object sender, EventArgs e ) : void
SelectRanges ( object sender, MatchesEventArgs e ) : void
SidebarSourceNotReachable ( object sender, EventArgs e ) : void

Method Details

Integration() public méthode

public Integration ( AcrolinxSidebar sidebar, string serverAddress ) : System
sidebar Acrolinx.Sdk.Sidebar.AcrolinxSidebar
serverAddress string
Résultat System

RegisterTextBox() public méthode

public RegisterTextBox ( TextBox textBox ) : void
textBox System.Windows.Forms.TextBox
Résultat void

RegisterTitleTextBox() public méthode

public RegisterTitleTextBox ( TextBox textBox ) : void
textBox System.Windows.Forms.TextBox
Résultat void

RegisterXmlTextBox() public méthode

public RegisterXmlTextBox ( TextBox textBox ) : void
textBox System.Windows.Forms.TextBox
Résultat void