ExceptionDialogOptions

Top  Previous  Next

This is the ExceptionDialogOptions type:

 

Namespace EurekaLogSystem.

 

 [FlagsAttribute]

public enum ExceptionDialogOptions

 {

   edoSendErrorReportChecked = 1,

   edoAttachScreenshotChecked = 2,

   edoShowCopyToClipOption = 4,

   edoShowDetailsButton = 8,

   edoShowInDetailedMode = 16,

   edoShowInTopMostMode = 32,

   edoUseEurekaLogLookAndFeel = 64,

   edoShowSendErrorReportOption = 128,

   edoShowAttachScreenshotOption = 256,

   edoShowCustomButton = 512,

 }