Enum PopupPanelSearchDialogPainterImageIndex
- Namespace
- Alternet.Editor.Dialogs.PopupPanel.Painting
- Assembly
- Alternet.Editor.v9.dll
Defines image types for PopupPanelDlgSearch elements.
public enum PopupPanelSearchDialogPainterImageIndex
Fields
Close = 7
Specifies close image.
ExpandButtonCollapsed = 2
Specifies image for the expand button in the collapsed state.
ExpandButtonExpanded = 3
Specifies image for the expand button in the expanded state.
FindNext = 5
Specifies find next image.
FindPrevious = 6
Specifies find previous image.
MatchCase = 0
Specifies match case image.
Replace = 8
Specifies replace image.
ReplaceAll = 9
Specifies replace all image.
UseRegularExpressions = 4
Specifies use regular expressions image.
WholeWord = 1
Specifies whole word image.