C# Syntax
public class ScrollProperty
System.Object
HP.LFT.SDK.ScrollProperty
Name | Description | |
---|---|---|
![]() | ScrollProperty Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Exists | Indicates whether this scrollbar exists. |
![]() | Maximum | The maximum position of the scrollbar. |
![]() | Minimum | The minimum position of the scrollbar. |
![]() | PageSize | The size (in lines) of a single page of the scrollbar. |
![]() | Position | The current position of the scrollbar. |
Name | Description | |
---|---|---|
![]() | Clone | Creates an exact copy of this object. |
![]() | GetProperties | Returns the inner (ScrollInfo) properties of this property. |
![]() | Implicit cast of ScrollInfo to ScrollProperty. This is the same as calling new ScrollProperty(ScrollInfo). |