MessageBoxSettings Class
Provides the settings for message box
Inheritance
System.Object
MessageBoxSettings
Namespace: Syncfusion.Windows.Forms.PdfViewer
Assembly: Syncfusion.PdfViewer.Windows.dll
Syntax
public class MessageBoxSettings : Object
Constructors
MessageBoxSettings()
Declaration
public MessageBoxSettings()
Properties
EnableNotification
Enable or disable the message box notifications. The default value is true
Declaration
public bool EnableNotification { get; set; }
Property Value
Type |
---|
System.Boolean |