public override string getText() { if (mCurSel < 0) { return(""); } ControlUI pControl = (ControlUI)mItems[mCurSel]; return(pControl.getText()); }