MCPcopy Create free account
hub / github.com/cinience/RedisStudio / LimitText

Method LimitText

DuiLib/Control/UIRichEdit.cpp:800–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798}
799
800void CTxtWinHost::LimitText(LONG nChars)
801{
802 cchTextMost = nChars;
803 if( cchTextMost <= 0 ) cchTextMost = cInitTextMax;
804 pserv->OnTxPropertyBitsChange(TXTBIT_MAXLENGTHCHANGE, TXTBIT_MAXLENGTHCHANGE);
805}
806
807BOOL CTxtWinHost::IsCaptured()
808{

Callers 1

SetLimitTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected