SECCurrencyEdit::SetValue

Sets the numeric value directly.

Defined in: curredit.cpp

Syntax

void SetValue(double d, BOOL bRedraw)

void SetValue(double d, BOOL bNegative, BOOL bRedraw)

Return Value

void

Parameters

d

Value to set in the control.

bNegative

Indicates a negative number.

Comments

The flag bRedraw for redrawing the value is TRUE by default.

bRedraw

TRUE if control should be redrawn.

See Also

SECCurrencyEdit  GetValue