SECCurrencyEdit::IsReadOnly

BOOLSECCurrencyEdit::IsReadOnly(void)

Determines the read-only state of the control.

Defined in: curredit.cpp

Return Value

Nonzero if the control has the ES_READONLY style, otherwise zero.

Comments

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

See Also

SECCurrencyEdit  SetReadOnly