Xceed .NET Libraries Documentation
Item Property (DialogStringList)


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace > DialogStringList Class : Item Property
A DialogStrings value representing the dialog string to be retrieved or set.
Gets or sets the specified dialog string.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As DialogStrings _
) As String
'Usage
 
Dim instance As DialogStringList
Dim index As DialogStrings
Dim value As String
 
instance.Item(index) = value
 
value = instance.Item(index)
public string this[ 
   DialogStrings index
]; {get; set;}

Parameters

index
A DialogStrings value representing the dialog string to be retrieved or set.

Property Value

A string representing the specified dialog string.
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

DialogStringList Class
DialogStringList Members