InfoConnect for Unisys
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
public enum ProductivityOverwriteOption : System.Enum 
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