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 = 2Specifies that only block selection type is allowed.
None = 0Specifies that no selection type is allowed.
Stream = 1Specifies that only stream selection type is allowed.