Table of Contents

Enum PopupPanelSearchDialogPainter.ImageIndex

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

Defines a list of image indices to describe search dialog parts.

public enum PopupPanelSearchDialogPainter.ImageIndex

Fields

Close = 7

Close button.

ExpandButtonCollapsed = 2

Expand button in the collapsed state.

ExpandButtonExpanded = 3

Expand button in the expanded state.

FindNext = 5

Find button for the next occurrence search.

FindPrevious = 6

Find button for the previous occurrence search.

MatchCase = 0

Match Case toggle button.

Replace = 8

Replace button.

ReplaceAll = 9

Replace all button.

UseRegularExpressions = 4

Use regular expressions toggle button.

WholeWord = 1

Whole word toggle button.