[]
        
(Showing Draft Content)

C1.WPF.Viewer.SearchToolbar

SearchToolbar Class

The toolbar used for searching text in the FlexViewer control.

Inheritance
SearchToolbar
Namespace: C1.WPF.Viewer
Assembly: C1.WPF.Viewer.dll
Syntax
[TemplatePart(Name = "closeSearchButton", Type = typeof(C1Button))]
[TemplatePart(Name = "searchTextBox", Type = typeof(C1TextBox))]
[TemplatePart(Name = "searchPreviousButton", Type = typeof(C1Button))]
[TemplatePart(Name = "searchNextButton", Type = typeof(C1Button))]
[TemplatePart(Name = "matchCaseButton", Type = typeof(C1ToggleButton))]
[TemplatePart(Name = "wholeWordsButton", Type = typeof(C1ToggleButton))]
[TemplatePart(Name = "searchOnCurrentPageButton", Type = typeof(C1ToggleButton))]
[TemplatePart(Name = "searchingLabel", Type = typeof(TextBlock))]
public class SearchToolbar : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
SearchToolbar()

Methods

Name Description
OnApplyTemplate()