LAYER_MODULE_CAPABILITIES 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.
Enumerates the text manipulation capabilities of a layer
public enum class LAYER_MODULE_CAPABILITIES
public enum class LAYER_MODULE_CAPABILITIES
enum LAYER_MODULE_CAPABILITIES
public enum LAYER_MODULE_CAPABILITIES
type LAYER_MODULE_CAPABILITIES =
Public Enum LAYER_MODULE_CAPABILITIES
- Inheritance
-
LAYER_MODULE_CAPABILITIES
Fields
Name | Value | Description |
---|---|---|
LMC_TEXTFIND | 1 | Shallow text find operations (for example, ISearch) |
LMC_TEXTPRINT | 2 | Printing |
LMC_TEXTORIGINATE | 4 | Originates text |
Remarks
COM Signature
From textmgr.idl: