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: 4.1.4031.1525
Syntax
public OhioSession Session { get; set; }

Property Value

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