Item Property

Summary
Gets and sets the item at the specified index from within the collection.
Syntax
C#
VB
C++
public IMasterForm Item( 
   int index 
) { get; set; } 
  
Public Default Property Item( _ 
   ByVal index As Integer _ 
) As IMasterForm 
public: 
property IMasterForm^ default [int] { 
   IMasterForm^ get(int index); 
   void set (int indexIMasterForm^ ); 
} 

Parameters

index
The zero-based index of the element to get or set.

Property Value

The item at the specified index.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.