HaoTermTypeAheadTimeout Property |
Gets or sets the type ahead time out value in milliseconds.
Namespace: Flex.Hal.TermAssembly: Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 6.0.8219.1880
Syntax public uint TypeAheadTimeout { get; set; }
Public Property TypeAheadTimeout As UInteger
Get
Set
Property Value
UInt32Remarks
This is the time to wait before type ahead buffered text (if any) is sent to the host.
See Also