InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IAutoExpand Interface / ExpandAndContinue Property


ExpandAndContinue Property
Gets or sets whether to wrap expanded text to ensuing input fields if it's too long to fit in the original field.
Syntax
'Declaration
 
Property ExpandAndContinue As Boolean
 
'Usage
 
Dim instance As IAutoExpand
Dim value As Boolean
 
instance.ExpandAndContinue = value
 
value = instance.ExpandAndContinue
Exceptions
ExceptionDescription
This exception is thrown if you modify an InfoConnect property that's been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
See Also