ImageGear22.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearSpotColorsMissingBox Class |
'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
using (ImGearSpotColorsMissingBox dlg = new ImGearSpotColorsMissingBox(spotColorList)) { dlg.ShowDialog(); }
Using dlg As New ImGearSpotColorsMissingBox(spotColorList) dlg.ShowDialog() End Using
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