InfoConnect for Unisys
VerticalScrollBarVisible Property


Gets or sets a value indicating 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