C#
VB
C++
Gets and sets the item at the specified index from within the collection.
public IMasterFormsCategory Item(
int index
) { get; set; }
Public Default Property Item( _
ByVal index As Integer _
) As Leadtools.Forms.Auto.IMasterFormsCategory
public:
property Leadtools.Forms.Auto.IMasterFormsCategory^ default [int] {
Leadtools.Forms.Auto.IMasterFormsCategory^ get(int index);
void set (int index, Leadtools.Forms.Auto.IMasterFormsCategory^ );
}
index
The zero-based index of the element to get or set.
The item at the specified index.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET