C# 클래스 Acrolinx.Demo.Sidebar.Integration

파일 보기 프로젝트 열기: acrolinx/acrolinx-sidebar-demo-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
Integration ( AcrolinxSidebar sidebar, string serverAddress ) : System
RegisterTextBox ( TextBox textBox ) : void
RegisterTitleTextBox ( TextBox textBox ) : void
RegisterXmlTextBox ( TextBox textBox ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Integration() 공개 메소드

public Integration ( AcrolinxSidebar sidebar, string serverAddress ) : System
sidebar Acrolinx.Sdk.Sidebar.AcrolinxSidebar
serverAddress string
리턴 System

RegisterTextBox() 공개 메소드

public RegisterTextBox ( TextBox textBox ) : void
textBox System.Windows.Forms.TextBox
리턴 void

RegisterTitleTextBox() 공개 메소드

public RegisterTitleTextBox ( TextBox textBox ) : void
textBox System.Windows.Forms.TextBox
리턴 void

RegisterXmlTextBox() 공개 메소드

public RegisterXmlTextBox ( TextBox textBox ) : void
textBox System.Windows.Forms.TextBox
리턴 void