'Declaration Public Shared Function GetByIndex( _ ByVal index As Integer _ ) As ImGearColorBook
'Usage Dim index As Integer Dim value As ImGearColorBook value = ImGearColorBooks.GetByIndex(index)
public static ImGearColorBook GetByIndex( int index )
public: static ImGearColorBook* GetByIndex( int index )
public: static ImGearColorBook^ GetByIndex( int index )
Parameters
- index
- Index of the color book to get.
Return Value
ImGearColorBook class object.