Enum PopupPanelSearchDialogPainter.ImageIndex
Defines a list of image indices to describe search dialog parts.
public enum PopupPanelSearchDialogPainter.ImageIndex
Fields
Close = 7Close button.
ExpandButtonCollapsed = 2Expand button in the collapsed state.
ExpandButtonExpanded = 3Expand button in the expanded state.
FindNext = 5Find button for the next occurrence search.
FindPrevious = 6Find button for the previous occurrence search.
MatchCase = 0Match Case toggle button.
Replace = 8Replace button.
ReplaceAll = 9Replace all button.
UseRegularExpressions = 4Use regular expressions toggle button.
WholeWord = 1Whole word toggle button.