ImageGear .NET v24.12 - Updated
Item Property (ImGearRecZoneGUICustomBtnParams)




ImageGear24.Recognition.Forms Assembly > ImageGear.Recognition.Forms Namespace > ImGearRecZoneGUICustomBtnParams Class : Item Property
Index of the object to access.
Provides access to a single ImGearRecZoneGUICustomBtnParam object within the collection.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As ImGearRecZoneGUICustomBtnParam
'Usage
 
Dim instance As ImGearRecZoneGUICustomBtnParams
Dim index As Integer
Dim value As ImGearRecZoneGUICustomBtnParam
 
instance.Item(index) = value
 
value = instance.Item(index)
public ImGearRecZoneGUICustomBtnParam this[ 
   int index
]; {get; set;}
public: __property ImGearRecZoneGUICustomBtnParam* get_Item   int index
;
public: __property void set_Item   int index,
   ImGearRecZoneGUICustomBtnParam* value
;
public:
property ImGearRecZoneGUICustomBtnParam^ default [int] {
   ImGearRecZoneGUICustomBtnParam^ get(int index);
   void set (int indexImGearRecZoneGUICustomBtnParam^ value);
}

Parameters

index
Index of the object to access.

Property Value

See Also

Reference

ImGearRecZoneGUICustomBtnParams Class
ImGearRecZoneGUICustomBtnParams Members