当前位置: 代码迷 >> Symbian >> 不写rss改变CEikEdwin的一些属性解决方案
  详细解决方案

不写rss改变CEikEdwin的一些属性解决方案

热度:8071   发布时间:2013-02-26 00:00:00.0
不写rss改变CEikEdwin的一些属性
我想在程序中动态改变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.


  相关解决方案