C# 클래스 Patagames.Pdf.Net.Controls.Wpf.ToolBars.PdfToolBarSearch

Provides a container for Windows toolbar objects with predefined functionality for searching
상속: PdfToolBar
파일 보기 프로젝트 열기: Patagames/Pdf.Wpf

공개 메소드들

메소드 설명
PdfToolBarSearch ( ) : System

Initialize the new instance of PdfToolBarSearch class

보호된 메소드들

메소드 설명
InitializeButtons ( ) : void

Create all buttons and add its into toolbar. Override this method to create custom buttons

OnPdfViewerChanging ( PdfViewer oldValue, PdfViewer newValue ) : void

Called when the current PdfViewer control associated with the ToolBar is changing.

UpdateButtons ( ) : void

Called when the ToolBar's items need to change its states

비공개 메소드들

메소드 설명
DoEvents ( ) : void
DoEventsInternal ( ) : void
OnCurrentRecordChanged ( SearchBar item, int currentRecord ) : void
OnNeedSearch ( SearchBar item, string searchText ) : void
PdfViewer_DocumentClosed ( object sender, EventArgs e ) : void
PdfViewer_DocumentClosing ( object sender, EventArguments e ) : void
PdfViewer_DocumentLoaded ( object sender, EventArgs e ) : void
ScrollToRecord ( int currentRecord ) : void
SearchBar_CurrentRecordChanged ( object sender, EventArgs e ) : void
SearchBar_NeedSearch ( object sender, EventArgs e ) : void
Search_FoundTextAdded ( object sender, EventArguments e ) : void
Search_SearchCompleted ( object sender, System e ) : void
StartSearch ( SearchBar sb, string searchText ) : void
StopSearch ( ) : void
SubscribePdfViewEvents ( PdfViewer newValue ) : void
UnsubscribePdfViewEvents ( PdfViewer oldValue ) : void
_foundTextTimer_Tick ( object sender, EventArgs e ) : void

메소드 상세

InitializeButtons() 보호된 메소드

Create all buttons and add its into toolbar. Override this method to create custom buttons
protected InitializeButtons ( ) : void
리턴 void

OnPdfViewerChanging() 보호된 메소드

Called when the current PdfViewer control associated with the ToolBar is changing.
protected OnPdfViewerChanging ( PdfViewer oldValue, PdfViewer newValue ) : void
oldValue PdfViewer PdfViewer control of which was associated with the ToolBar.
newValue PdfViewer PdfViewer control of which will be associated with the ToolBar.
리턴 void

PdfToolBarSearch() 공개 메소드

Initialize the new instance of PdfToolBarSearch class
public PdfToolBarSearch ( ) : System
리턴 System

UpdateButtons() 보호된 메소드

Called when the ToolBar's items need to change its states
protected UpdateButtons ( ) : void
리턴 void