StatusControl Interface Reference

This is the base class of ProgressBar, ScrollBar. More...

Inheritance diagram for StatusControl:

Inheritance graph
Collaboration diagram for StatusControl:

Collaboration graph
List of all members.

Public Member Functions

 StepIt (void)
 Increments the current value by Step value.
 StepBy ([in] LONG Delta)
 Increments the current value by the specified amount.

Properties

LONG RW Min []
 Returns or sets the minimum value of the control.
LONG RW Max []
 Returns or sets the maximum value of the control.
LONG RW Position []
 Returns or sets the current value of the control.
LONG RW Step []
 Returns or sets the step value of the control.

Detailed Description

This is the base class of ProgressBar, ScrollBar.

When the control's value changes, the OnChange event occur.


Member Function Documentation

StepBy ( [in] LONG  Delta  ) 

Increments the current value by the specified amount.

Parameters:
Delta The current value will be incremented by this parameter.

StepIt ( void   ) 

Increments the current value by Step value.


Property Documentation

LONG RW Max

Returns or sets the maximum value of the control.

LONG RW Min

Returns or sets the minimum value of the control.

LONG RW Position

Returns or sets the current value of the control.

LONG RW Step

Returns or sets the step value of the control.


WSO 1.1 Documentation. Date modified:Wed Aug 12 18:13:13 2015. (C) Veretennikov A. B. 2004-2015