ImageGear PDF v25.2 - Updated
ImGearSpotColorsMissingBox Class
Members  Example 




ImageGear.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearSpotColorsMissingBox Class
GUI dialog class for processing missing spot colors.
Object Model
ImGearSpotColorsMissingBox Class
Syntax
'Declaration
 
<DesignerAttribute("System.Windows.Forms.Design.FormDocumentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)>
<ToolboxItemFilterAttribute("System.Windows.Forms.Control.TopLevel")>
<DesignerCategoryAttribute("Form")>
<DefaultEventAttribute("Load")>
<ToolboxItemAttribute(False)>
<DesignTimeVisibleAttribute(False)>
<InitializationEventAttribute("Load")>
<DefaultPropertyAttribute("Text")>
<DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
Public Class ImGearSpotColorsMissingBox 
   Inherits System.Windows.Forms.Form
'Usage
 
Dim instance As ImGearSpotColorsMissingBox
[Designer("System.Windows.Forms.Design.FormDocumentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)]
[ToolboxItemFilter("System.Windows.Forms.Control.TopLevel")]
[DesignerCategory("Form")]
[DefaultEvent("Load")]
[ToolboxItem(false)]
[DesignTimeVisible(false)]
[InitializationEvent("Load")]
[DefaultProperty("Text")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public class ImGearSpotColorsMissingBox : System.Windows.Forms.Form 
[Designer("System.Windows.Forms.Design.FormDocumentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)]
[ToolboxItemFilter("System.Windows.Forms.Control.TopLevel")]
[DesignerCategory("Form")]
[DefaultEvent("Load")]
[ToolboxItem(false)]
[DesignTimeVisible(false)]
[InitializationEvent("Load")]
[DefaultProperty("Text")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public __gc class ImGearSpotColorsMissingBox : public System.Windows.Forms.Form 
[Designer("System.Windows.Forms.Design.FormDocumentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)]
[ToolboxItemFilter("System.Windows.Forms.Control.TopLevel")]
[DesignerCategory("Form")]
[DefaultEvent("Load")]
[ToolboxItem(false)]
[DesignTimeVisible(false)]
[InitializationEvent("Load")]
[DefaultProperty("Text")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
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

Is this page helpful?
Yes No
Thanks for your feedback.