Xceed .NET Libraries Documentation
DialogStrings Enumeration


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace : DialogStrings Enumeration
Value representing label captions and other miscellaneous texts that are found inside the various dialog boxes displayed by self-extracting zip files. The maximum string length allowed for each entry in this property is 255 characters, except for the Title entry, which can only be 100 characters long.
Syntax
'Declaration
 
Public Enum DialogStrings 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DialogStrings
Members
MemberValueDescription
CurrentFolder2String that is used in the folder browser to indicate the user-selected folder where the files will be unzipped to. The default value is "Current destination folder:"
ProgressBar0String which is used to explain the purpose of the progress gauge that shows the overall progress of the unzip operation. The default value is "Overall progress:"
Title1String that appears in the title bar of every message box and dialog box displayed by the Xceed Zip self-extractor. The default value is "The Xceed Zip Self-Extractor"
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Zip.Sfx.DialogStrings

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Zip.Sfx Namespace