Reflection
AutoExpandDefinition Structure
Members 


Contains an Auto Expand key-value pair that maps an abbreviation string to an expansion string.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Structure AutoExpandDefinition 
   Inherits System.ValueType
'Usage
 
Dim instance As AutoExpandDefinition
[Serializable()]
public struct AutoExpandDefinition : System.ValueType 
Inheritance Hierarchy

System.Object
   System.ValueType
      Attachmate.Reflection.Productivity.AutoExpandDefinition

See Also