ImageGear .NET - Updated October 26, 2017
ImGearExtraChannelsSwitching Constructor
Example 




ImageGear23.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearExtraChannelsSwitching Class : ImGearExtraChannelsSwitching Constructor
Reference to the page view object.
Initializes a new instance of the ImGearExtraChannelsSwitching class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pageView As ImGearPageView _
)
 
'Usage
 
Dim pageView As ImGearPageView
 
Dim instance As New ImGearExtraChannelsSwitching(pageView)

Parameters

pageView
Reference to the page view object.

Return Value

An instance of ImGearExtraChannelsSwitching class GUI dialog.
Example
using (ImGearExtraChannelsSwitching dlg = new ImGearExtraChannelsSwitching(igPageView))
{
    dlg.ShowDialog();
}
Using dlg As New ImGearExtraChannelsSwitching(igPageView)
    dlg.ShowDialog()
End Using
See Also

Reference

ImGearExtraChannelsSwitching Class
ImGearExtraChannelsSwitching Members
ImGearPageView Class