DefaultAudibleAlert Property (Alert Control)
   Windows - Visual C++
   Description
   The DefaultAudibleAlert property 
   specifies whether the .wav file specified by the DefaultSoundFile 
   property will be played upon a new alert for any profile that does 
   not have its SoundFile 
   property set.
   Syntax
   BOOL value = GetDefaultAudibleAlert();
   void 
   SetDefaultAudibleAlert(BOOL value);
   The DefaultAudibleAlert syntax has 
   these parts:
    
   
| Part | Description | |
| value | A boolean specifying the new value of the flag. | |
   Remarks
   The default value is FALSE. If this 
   property is TRUE and DefaultSoundFile 
   does not specify a .wav file, a beep will occur.
See Also: DefaultSoundFile Soundfile
Back to: Alert Properties