TextViewErrors Enum

Definition

General definitions for text view errors.

public enum class TextViewErrors
public enum class TextViewErrors
enum TextViewErrors
public enum TextViewErrors
type TextViewErrors = 
Public Enum TextViewErrors
Inheritance
TextViewErrors

Fields

VIEW_E_LOCATION_HIDDEN -2147213307

The location you referenced (moving selection to, scrolling into view, etc.) is not presently visible in this view.

VIEW_E_NO_BOOKMARKS -2147213311

There are no bookmarks to navigate to or delete.

VIEW_E_NO_DEBUGGER -2147213310

There is no debugger available to handle the requested command.

VIEW_E_USERREADONLY -2147213308

This file cannot be modified in the editor.

Remarks

COM Signature

From textmgr.idl:

Applies to