InfoConnect for Unisys
InsSpace Property


Gets or sets a value indicating whether to insert a space whenever the Insert key is pressed.
Syntax
'Declaration
 
Property InsSpace As Boolean
'Usage
 
Dim instance As IT27Terminal
Dim value As Boolean
 
instance.InsSpace = value
 
value = instance.InsSpace
bool InsSpace {get; set;}
See Also