Click or drag to resize

HaoTermSession Property

Gets or sets the OhioSession object associated with the terminal control.

Namespace: Flex.Hal.Term
Assembly: Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 6.0.8219.1880
Syntax
public OhioSession Session { get; set; }

Property Value

OhioSession
Remarks
The terminal control does not provide any function without setting this property to a valid OhioSession object.
See Also