Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

SelectionUpdateMode Enumeration

Sets the selection update mode for the IDocumentView.goto method.

SymbolValueDescription
NoChange0Do not modify selection.
Replace1Replace the current selection with new range from the current cursor position to target offset.
Add2Add the new range (from current cursor position to target offset) to the current selection.
Remove3Remove the new range (from current cursor position to target offset) from the current selection.
Invert4Invert the range (from current cursor position to target offset) in the current selection.