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