Get the internal name of this control
| 548 | |
| 549 | /// Get the internal name of this control |
| 550 | StringTableEntry getInternalName() const { return mInternalName; } |
| 551 | |
| 552 | /// Set the original name of this control |
| 553 | void setOriginalName(const char* originalName); |
no outgoing calls