Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / VerticalScrollBarVisible Property


In This Topic
VerticalScrollBarVisible Property
In This Topic
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

Property Value

The default value is true.
See Also