[]
        
(Showing Draft Content)

C1.WPF.FlexViewer.SearchToolbar

SearchToolbar Class

The toolbar used for searching text in the C1FlexViewer control.

Namespace: C1.WPF.FlexViewer
Assembly: C1.WPF.FlexViewer.4.6.2.dll
Syntax
[TemplatePart(Name = "closeSearchButton", Type = typeof(Button))]
[TemplatePart(Name = "searchTextBox", Type = typeof(C1TextBoxBase))]
[TemplatePart(Name = "searchPreviousButton", Type = typeof(Button))]
[TemplatePart(Name = "searchNextButton", Type = typeof(Button))]
[TemplatePart(Name = "matchCaseButton", Type = typeof(ToggleButton))]
[TemplatePart(Name = "wholeWordsButton", Type = typeof(ToggleButton))]
[TemplatePart(Name = "searchOnCurrentPageButton", Type = typeof(ToggleButton))]
[TemplatePart(Name = "searchingLabel", Type = typeof(TextBlock))]
public class SearchToolbar : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
SearchToolbar()

Methods

Name Description
OnApplyTemplate()