Enum AllowedSelectionMode
Defines which types of selection is allowed.
This enumeration has a FlagsAttribute
attribute that allows a bitwise combination of its member values.
SelectionType
[Flags]
public enum AllowedSelectionMode
Fields
Block = 2
Specifies that only block selection type is allowed.
None = 0
Specifies that no selection type is allowed.
Stream = 1
Specifies that only stream selection type is allowed.