InfoConnect for Unisys
VerticalScrollBarVisible Property


Gets or sets whether the vertical scroll bar is visible.
Syntax
'Declaration
 
Property VerticalScrollBarVisible As Boolean
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.VerticalScrollBarVisible = value
 
value = instance.VerticalScrollBarVisible
bool VerticalScrollBarVisible {get; set;}

Property Value

The default value is true.
See Also