How to get The Checkbox status ??

Login to reply to this topic.
Fri, 2008-03-28 14:08
Joined: 2008-02-12
Forum posts: 25

Hi,
I am using one checkbox in my project,want to retrive the status of that,please tell me how to retrive it.Thanks


Fri, 2008-03-28 14:15
Joined: 2005-11-20
Forum posts: 1058
Re: How to get The Checkbox status ??

Use the State() method of the checkbox control, and compare the result e.g. with CEikCheckBox::ESet.


René Brunner

Fri, 2008-03-28 14:25
Joined: 2008-02-12
Forum posts: 25
Re: How to get The Checkbox status ??

Thanks Rbrunner, did you get my previous problem of ListBoxEventhandleL()?

Fri, 2008-03-28 15:23
Joined: 2005-11-20
Forum posts: 1058
Re: How to get The Checkbox status ??

Yes, you should have a private message with a few question regarding that problem.


René Brunner

  • Login to reply to this topic.