KeyValue Property (Utility Control)
   Windows - Visual C++
   Description
   The KeyValue property sets or 
   returns the value of the item accessed by the WriteKey or
    ReadKey methods,
    respectively.
   Syntax
   CString value = GetKeyValue();
   void SetKeyValue(LPCTSTR value);
The KeyValue syntax has these parts:
| Part | Description | |
| value | A String containing the value read by the ReadKey method or to be written by the WriteKey method. | |
Back to: Utility Properties