public enum SelectionModeEnumPublic Enumeration SelectionModeEnumpublic enum class SelectionModeEnumtype SelectionModeEnum| DRAW_SELECTION_HIGHLIGHTED | 0 | Visible Layers are drawn normally, the complete selection is drawn on top with the given color/brush, even if the belonging layer is not visible |
| DRAW_SELECTION_HIGHLIGHTED_ON_ACTIVE_LAYERS | 1 | Visible Layers are drawn normally, the selection is drawn on top with the given color/brush, but only if the belonging layer is visible |
| IGNORE_SELECTION | 2 | The selection is ignored and therefore drawn as if there is no selection |
| DRAW_ONLY_SELECTION | 3 | Visible Layers are not drawn, or drawn with less opactiy, depending on the ISelectionParameters->Contrast Parameter. The selection is drawn with full opactiy, but only on visible layers. |
| GetDescription | (Defined by EnumExtensions) |
| ToReadableString | (Defined by EnumExtensions) |