ImageGear for .NET
ImGearExtraChannelsSwitching Class
Members  Example  See Also  Send Feedback
ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearExtraChannelsSwitching Class




Glossary Item Box

GUI dialog class for enabling and disabling color channels for display.

Object Model

ImGearExtraChannelsSwitching Class

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Example

C#Copy Code
using (ImGearExtraChannelsSwitching dlg = new ImGearExtraChannelsSwitching(igPageView))
{
    dlg.ShowDialog();
}
Visual BasicCopy Code
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

©2013. Accusoft Corporation. All Rights Reserved.