ImageGear23.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearSpotColorsMissingBox Class : ImGearSpotColorsMissingBox Constructor |
'Declaration Public Function New( _ ByVal spotColors As ArrayList _ )
'Usage Dim spotColors As ArrayList Dim instance As New ImGearSpotColorsMissingBox(spotColors)
public ImGearSpotColorsMissingBox( ArrayList spotColors )
public: ImGearSpotColorsMissingBox( ArrayList* spotColors )
public: ImGearSpotColorsMissingBox( ArrayList^ spotColors )
using (ImGearSpotColorsMissingBox dlg = new ImGearSpotColorsMissingBox(spotColorList)) { dlg.ShowDialog(); }
Using dlg As New ImGearSpotColorsMissingBox(spotColorList) dlg.ShowDialog() End Using