Version

ItemSetNumericValue Method (XamRadialMenuProxy)

Sets the numeric value of the identified NumericGauge Item
Syntax
'Declaration
 
Public Sub ItemSetNumericValue( _
   ByVal oItemArg As System.Object, _
   ByVal dValue As System.Double _
) 
public void ItemSetNumericValue( 
   System.object oItemArg,
   System.double dValue
)
public: void ItemSetNumericValue( 
   System.Object* oItemArg,
   System.double dValue
) 

Parameters

oItemArg
integer offset or string visible text, keyTip, or color name.
dValue
Double value for the new value of the numeric gauge
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also