ImageGear .NET - Updated
ImGearExtraChannelsSwitching Class
Members  Example 




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearExtraChannelsSwitching Class
GUI dialog class for enabling and disabling color channels for display.
Object Model
ImGearExtraChannelsSwitching Class
Syntax
'Declaration
 
Public Class ImGearExtraChannelsSwitching 
   Inherits System.Windows.Forms.Form
'Usage
 
Dim instance As ImGearExtraChannelsSwitching
public class ImGearExtraChannelsSwitching : System.Windows.Forms.Form 
public __gc class ImGearExtraChannelsSwitching : public System.Windows.Forms.Form 
public ref class ImGearExtraChannelsSwitching : public System.Windows.Forms.Form 
Example
using (ImGearExtraChannelsSwitching dlg = new ImGearExtraChannelsSwitching(igPageView))
{
    dlg.ShowDialog();
}
Using dlg As New ImGearExtraChannelsSwitching(igPageView)
    dlg.ShowDialog()
End Using
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     ImageGear.Windows.Forms.ImGearExtraChannelsSwitching

See Also

Reference

ImGearExtraChannelsSwitching Members
ImageGear.Windows.Forms Namespace
ImGearPageView Class