OlEditorType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the editor type.
public enum class OlEditorType
public enum OlEditorType
Public Enum OlEditorType
- Inheritance
-
OlEditorType
Fields
Name | Value | Description |
---|---|---|
olEditorText | 1 | Text editor |
olEditorHTML | 2 | HTML editor |
olEditorRTF | 3 | Real Text Format (RTF) editor |
olEditorWord | 4 | Microsoft Office Word editor |
Remarks
Used by the EditorType property of Inspector objects.