SelectionType
SelectionType
SelectionType
SelectionType
Enum
Definition
Specifies the type of a selection.
public : enum class SelectionTypepublic enum SelectionTypePublic Enum SelectionType// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| InlineShape InlineShape InlineShape InlineShape | An image (see ITextRange.InsertImage ). |
| InsertionPoint InsertionPoint InsertionPoint InsertionPoint | An insertion point. |
| None None None None | No selection and no insertion point. |
| Normal Normal Normal Normal | A single nondegenerate range. |
| Shape Shape Shape Shape | A shape. |