ScrollInfo Structure
Structure representing the properties of a scroll bar.

C# Syntax

public struct ScrollInfo : System.ValueType 
Inheritance Hierarchy

System.Object
   System.ValueType
      HP.LFT.SDK.ScrollInfo

Public Properties
 NameDescription
Public PropertyExistsIndicates whether the scroll bar exists.  
Public PropertyMaximumThe maximum position (in lines) of the scroll bar.  
Public PropertyMinimumThe minimum position (in lines) of the scroll bar.  
Public PropertyPageSizeThe size (in lines) of a single page of the scroll bar.  
Public PropertyPositionThe current position (in lines) of the scroll bar.  
Top
Public Methods
 NameDescription
Public MethodToString  
Top