dotnetCHARTING Send comments on this topic.
Item(Int32) Property
See Also 
dotnetCHARTING Namespace > SmartPalette Class > Item Property : Item(Int32) Property


index
Gets or sets the value associated with the specified key.

Syntax

Visual Basic (Declaration) 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As DictionaryEntry
Visual Basic (Usage)Copy Code
Dim instance As SmartPalette
Dim index As Integer
Dim value As DictionaryEntry
 
value = instance.Item(index)
C# 
public DictionaryEntry Item( 
   int index
) {get;}

Parameters

index

See Also

© 2010 All Rights Reserved.