SECCurrencyEdit::SetReadOnly

voidSECCurrencyEdit::SetReadOnly(BOOLb)

Sets the read-only state of the control.

Defined in: curredit.cpp

Return Value

void

Parameters

b

Flag indicating whether or not read-only is set.

Comments

The read-only feature is actually maintained via the normal edit control ES_READONLY style; this function is provided for convenience. The EM_SETREADONLY message will also work.

See Also

SECCurrencyEdit  IsReadOnly