←Select platform

Item Property

Summary
Gets and sets the item at the specified index from within the collection.

Syntax
C#
C++/CLI
Python
public IMasterFormsCategory Item( 
   int index 
) { get; set; } 
public: 
property IMasterFormsCategory^ default [int] { 
   IMasterFormsCategory^ get(int index); 
   void set (int indexIMasterFormsCategory^ ); 
} 
public IMasterFormsCategory Item( 
   int index 
) # get and set (MasterFormsCategoryCollection) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

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