ImageGear .NET - Updated October 2, 2018
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
Remarks
Pops up to define how to display the spot colors.
Example
using (ImGearSpotColorsMissingBox dlg = new ImGearSpotColorsMissingBox(spotColorList))
{
    dlg.ShowDialog();
}
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