Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- spotColors
- Array of spot colors.
Return Value
An instance of ImGearSpotColorsMissingBox class GUI dialog.| C# | Copy Code |
|---|---|
using (ImGearSpotColorsMissingBox dlg = new ImGearSpotColorsMissingBox(spotColorList)) { dlg.ShowDialog(); } | |
| Visual Basic | Copy Code |
|---|---|
Using dlg As New ImGearSpotColorsMissingBox(spotColorList) dlg.ShowDialog() End Using | |