'DeclarationPublic ReadOnly Property DialogMessages As DialogMessageList
'UsageDim instance As XceedSfxPrefix Dim value As DialogMessageList value = instance.DialogMessages
public DialogMessageList DialogMessages {get;}
'DeclarationPublic ReadOnly Property DialogMessages As DialogMessageList
'UsageDim instance As XceedSfxPrefix Dim value As DialogMessageList value = instance.DialogMessages
public DialogMessageList DialogMessages {get;}
For 32-bit self-extracting zip files, the maximum string length allowed for each dialog message is 2000 characters, except for the license agreement message which can contain up to 8000 characters. For 16-bit self-extracting zip files, the maximum length for all dialog messages is 255 characters.
If each dialog message is set to an empty string, the resulting self-extracting zip file will never display any dialog or message boxes on screen, nor prompt the user for passwords, new disks or file replace conditions. In this case it is also suggested that you remove all button captions and dialog strings by setting the each item in the ButtonCaptions and DialogStrings properties to an empty string.
This property is the equivalent of the SfxMessages property and the SfxClearMessages and SfxResetMessages methods of the ActiveX version of Xceed Zip.
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Standard: netstandard2.0, netstandard2.1
.NET Framework: net20, net35, net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.