Xceed .NET Libraries Documentation
Item Property (DialogMessageList)


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

Parameters

index
A DialogMessages value representing the dialog message to be retrieved or set.

Property Value

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

DialogMessageList Class
DialogMessageList Members