Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Item Property
See Also 
Leadtools.WinForms.CommonDialogs.File Namespace > RasterSaveDialogSubTypesList Class : Item Property



index
The index of the item in the collection to get or set.
Gets or sets the sub-type class associated with the index. The RasterSaveDialogFileSubType associated with the index.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal index As Integer _
) As RasterSaveDialogFileSubType
Visual Basic (Usage)Copy Code
Dim instance As RasterSaveDialogSubTypesList
Dim index As Integer
Dim value As RasterSaveDialogFileSubType
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public RasterSaveDialogFileSubType this[ 
   int index
]; {get; set;}
C++/CLI 
public:
property RasterSaveDialogFileSubType^ default [int] {
   RasterSaveDialogFileSubType^ get(int index);
   void set (int indexRasterSaveDialogFileSubType^ value);
}

Parameters

index
The index of the item in the collection to get or set.

Return Value

The RasterSaveDialogFileSubType class associated with the index.

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also