View a printable version of the current page.
  Wiki > Symbian Developer Network Public Wiki > ... > Example source code > Get editing state
  Get editing state
Added by alie, last edited by Rodney De Gale on Feb 15, 2008  (view change)
Labels: 
(None)

MAknEditingStateIndicator *ei = CAknEnv::Static()->EditingStateIndicator();
CAknIndicatorContainer *ic = ei->IndicatorContainer();// Get editing state/case
if (ic->IndicatorState(S_uid(EAknNaviPaneEditorIndicatorUpperCase)))
    {
    }
else if (ic->IndicatorState(S_uid(EAknNaviPaneEditorIndicatorLowerCase)))
    {
    }
// add more state in here :D bla bla bla
.
.
.


// get T9 state
if (ic->IndicatorState(S_uid(EAknNaviPaneEditorIndicatorT9)))
    {
    }
else if (ic->IndicatorState(S_uid(EAknNaviPaneEditorIndicatorQuery)))
    {
    }
Interactive Services Terms & Conditions of use | Terms of use | Privacy policy | Media Center | Contact us | © 2008 Symbian