Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / ProductivityOverwriteOption Enumeration


ProductivityOverwriteOption Enumeration
Enumeration of replace word overwrite values that are used to configure Auto Expand and Auto Complete.
Syntax
'Declaration
 
Public Enum ProductivityOverwriteOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As ProductivityOverwriteOption
Members
MemberDescription
EraseToEofErases all of the following data in the field.
InsertInserts text and pushes the following data towards the end of the field.
OverwriteOverwrites any existing field data.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Productivity.ProductivityOverwriteOption

See Also