|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.GraphicBarsManager.SetRange (
hWndGraphicBar as OLE_HANDLE,
nMinValue as Long,
nMaxValue as Long
) as enumErrorCodes
|
|
[C++]
short control.GraphicBarsManager.SetRange (
OLE_HANDLE hWndGraphicBar,
long nMinValue,
long nMaxValue
);
|
|
Parameter
|
Description
|
|
|
|
|
hWndGraphicBar
|
Handle of the control returned by a previous call to the GraphicBarsManager.Create method
|
|
nMinValue
|
Min value
|
|
nMaxValue
|
Max value
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred, check the LastError property value in order to get the error code
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The method call was successful
|