|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function SetValue (
hWndGraphicBar as IntPtr,
nValue as Int32
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes SetValue (
IntPtr hWndGraphicBar,
Int32 nValue
);
|
|
[C++]
public: enumErrorCodes SetValue (
IntPtr hWndGraphicBar,
Int32 nValue
);
|
|
Parameter
|
Description
|
|
|
|
|
hWndGraphicBar
|
Handle of the control returned by a previous call to the GraphicBarsManager.Create method
|
|
nValue
|
New value
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|