
Visual Basic
C#
Managed Extensions for C++
C++/CLI
| C# | Copy Code |
|---|---|
ImGearExtraChannelColorChoice dlg = new ImGearExtraChannelColorChoice(
igPageView, igPageView.Page.DIB.ExtraChannelInfo, 0);
dlg.ShowDialog(); | |
| Visual Basic | Copy Code |
|---|---|
Dim dlg As New ImGearExtraChannelColorChoice(igPageView, igPageView.Page.DIB.ExtraChannelInfo, 0) dlg.ShowDialog() | |
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.ImGearExtraChannelColorChoice