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




Glossary Item Box

GUI dialog class for processing missing spot colors.

Object Model

ImGearSpotColorsMissingBox Class

Syntax

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

Remarks

Pops up to define how to display the spot colors.

Example

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

©2013. Accusoft Corporation. All Rights Reserved.