我想在程序中动态改变CEikEdwin的一些属性如:字体颜色,是否只读,对齐方式,允许输入的字符等,我看了一下help,好像找不全。
我用得是s608.0a,不知谁有整理过的函数方法。
------解决方案--------------------------------------------------------
void SetBackgroundColorL(TRgb aBackground);
Description
Sets the Edwin’s background colour.
void SetTextLimit(TInt aLimit);
Description
Sets the maximum number of characters that can be inserted.
void SetReadOnly(TBool aReadOnly);
Description
Sets the Edwin’s read-only flag so that documents displayed by Edwin cannot be edited by users.