'Declaration Public Function New( _ ByVal pageView As ImGearPageView, _ ByVal channelsInfo() As ImGearExtraChannelInfo, _ ByVal channelNumber As Integer _ )
'Usage Dim pageView As ImGearPageView Dim channelsInfo() As ImGearExtraChannelInfo Dim channelNumber As Integer Dim instance As New ImGearExtraChannelColorChoice(pageView, channelsInfo, channelNumber)
public ImGearExtraChannelColorChoice( ImGearPageView pageView, ImGearExtraChannelInfo[] channelsInfo, int channelNumber )
public: ImGearExtraChannelColorChoice( ImGearPageView* pageView, ImGearExtraChannelInfo*[]* channelsInfo, int channelNumber )
public: ImGearExtraChannelColorChoice( ImGearPageView^ pageView, array<ImGearExtraChannelInfo^>^ channelsInfo, int channelNumber )
Parameters
- pageView
 - Reference to the page view object.
 - channelsInfo
 - Array of extra channels.
 - channelNumber
 - Index of the extra channel in array to work with.
 
Return Value
An instance of ImGearExtraChannelColorChoice class GUI dialog.