An interface protocol for the control of and object value.
| C# | Visual Basic | Visual C++ |
public interface IValueControl
Public Interface IValueControl
public interface class IValueControl
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Value |
Set the value directly.
| |
| ValueDecrease(Int32) |
Decrease the value at the specified rate.
| |
| ValueHold()()() |
Hold the value by stopping any current increase or decrease.
| |
| ValueIncrease(Int32) |
Increase the value at the specified rate.
| |
| ValueMax |
Get the maximum valid value.
| |
| ValueMin |
Get the minimum valid value.
| |
| ValueName |
Get an arbitrary name that identifies the value for the user.
| |
| ValueRate |
Set the rate at which the actual value should approach
the desired value.
|