EditingFlags

This data type contains values that specify general editing capabilities you can selectively enable for certain controls.

  • EditingFlag_Copy –(Value: 8) Copy operation is allowed, when applicable.
  • EditingFlag_CutPasteDelete –(Value: 0x7) Cut, Paste, and Delete operations are allowed, when applicable.
  • EditingFlag_DragDrop –(Value: 16) Drag and Drop operations are allowed, when applicable.
  • EditingFlag_Rename –(Value: 32) You can rename items, when applicable.

See Also

ListBox.EditingFlags

SequenceView.EditingFlags