InfoConnect for Unisys
SpecifyKeySendsPageNumber Property


Gets or sets a value indicating whether to cause the page number to be sent to the host when the Specify key is pressed.
Syntax
'Declaration
 
Property SpecifyKeySendsPageNumber As Boolean
'Usage
 
Dim instance As IT27Terminal
Dim value As Boolean
 
instance.SpecifyKeySendsPageNumber = value
 
value = instance.SpecifyKeySendsPageNumber
bool SpecifyKeySendsPageNumber {get; set;}
See Also