'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 index, ImGearRecZoneGUICustomBtnParam^ value); }
Parameters
- index
- Index of the object to access.