Xceed .NET Libraries Documentation
DialogStrings Property


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace > XceedSfxPrefix Class : DialogStrings Property
Gets a list containing the label captions and other miscellaneous texts that are found inside the various dialog boxes displayed by the self-extracting zip file.
Syntax
'Declaration
 
Public ReadOnly Property DialogStrings As DialogStringList
'Usage
 
Dim instance As XceedSfxPrefix
Dim value As DialogStringList
 
value = instance.DialogStrings
public DialogStringList DialogStrings {get;}

Property Value

A referfence to a DialogStringList containing a list of the label captions and other miscellaneous texts that are found inside the various dialog boxes displayed by the self-extracting zip file.
Remarks

The maximum string length allowed for each entry in this property is 255 characters, except for the DialogStrings.Title entry, which can only be 100 characters long.

This property is the equivalent of the SfxStrings property and the SfxClearStrings and SfxResetStrings methods of the ActiveX version of Xceed Zip.

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

XceedSfxPrefix Class
XceedSfxPrefix Members