ScrollProperty Class
The class used for scrollbar properties.

C# Syntax

public class ScrollProperty 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.ScrollProperty

Public Constructors
 NameDescription
Public ConstructorScrollProperty ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyExistsIndicates whether this scrollbar exists.  
Public PropertyMaximumThe maximum position of the scrollbar.  
Public PropertyMinimumThe minimum position of the scrollbar.  
Public PropertyPageSizeThe size (in lines) of a single page of the scrollbar.  
Public PropertyPositionThe current position of the scrollbar.  
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of this object.  
Public MethodGetPropertiesReturns the inner (ScrollInfo) properties of this property.  
Top
Public Operators
public Operator Implicit Type Conversion Implicit cast of ScrollInfo to ScrollProperty. This is the same as calling new ScrollProperty(ScrollInfo).
Top