ImageGear .NET v24.12 - Updated
ImGearExtraChannelsSwitching Constructor
Example 




ImageGear24.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)
public ImGearExtraChannelsSwitching( 
   ImGearPageView pageView
)
public: ImGearExtraChannelsSwitching( 
   ImGearPageView* pageView
)
public:
ImGearExtraChannelsSwitching( 
   ImGearPageView^ 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