Table of Contents

Struct ScrollInfo

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

Structure representing the properties of a scroll bar.

public struct ScrollInfo
Inherited Members

Properties

Exists

Indicates whether the scroll bar exists.

public bool Exists { get; set; }

Property Value

bool

Maximum

The maximum position (in lines) of the scroll bar.

public int Maximum { get; set; }

Property Value

int

Minimum

The minimum position (in lines) of the scroll bar.

public int Minimum { get; set; }

Property Value

int

PageSize

The size (in lines) of a single page of the scroll bar.

public int PageSize { get; set; }

Property Value

int

Position

The current position (in lines) of the scroll bar.

public int Position { get; set; }

Property Value

int

Methods

ToString()

public override string ToString()

Returns

string