ImageGear .NET - Updated
ImGearSpotColorsMissingBox Class
Members  Example 




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearSpotColorsMissingBox Class
GUI dialog class for processing missing spot colors.
Object Model
ImGearSpotColorsMissingBox Class
Syntax
'Declaration
 
Public Class ImGearSpotColorsMissingBox 
   Inherits System.Windows.Forms.Form
'Usage
 
Dim instance As ImGearSpotColorsMissingBox
public class ImGearSpotColorsMissingBox : System.Windows.Forms.Form 
public __gc class ImGearSpotColorsMissingBox : public System.Windows.Forms.Form 
public ref class ImGearSpotColorsMissingBox : public System.Windows.Forms.Form 
Remarks
Pops up to define how to display the spot colors.
Example
using (ImGearSpotColorsMissingBox dlg = new ImGearSpotColorsMissingBox(spotColorList))
{
    dlg.ShowDialog();
}
Using dlg As New ImGearSpotColorsMissingBox(spotColorList)
    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.ImGearSpotColorsMissingBox

See Also

Reference

ImGearSpotColorsMissingBox Members
ImageGear.Windows.Forms Namespace
ImGearSpotChannelInfo Class