Flags Property (Headline Control)
   Windows - Visual C++
   Description
   The Flags property returns or sets 
   the flags string.
   Syntax
   CString name = GetFlags();
   void SetFlags(LPCTSTR name);
   
The Flags syntax has these parts:
| Part | Description | |
| value | A String containing the flags string. | |
   Remarks
   The Run 
   property must be set before any search will be performed.
Refer to Search Syntax for a detailed description of valid search criteria.
Back to: Headline Properties