IEditorOperations Properties
Include Protected Members
Include Inherited Members
The IEditorOperations type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CanCut | Determines whether a cut operation is possible. |
![]() |
CanDelete | Determines whether a delete operation is possible. |
![]() |
CanPaste | Determines whether a paste operation is possible. |
![]() |
Options | Gets the options specific to this view. |
![]() |
ProvisionalCompositionSpan | Gets the span of the current provisional composition, or nulla null reference (Nothing in Visual Basic) if there is no provisional composition). |
![]() |
SelectedText | Gets the selected text. |
![]() |
TextView | Gets the text view on which these operations work. |
Top