ImageGear23.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearExtraChannelColorChoice Class |
'Declaration Public Class ImGearExtraChannelColorChoice Inherits System.Windows.Forms.Form
'Usage Dim instance As ImGearExtraChannelColorChoice
public class ImGearExtraChannelColorChoice : System.Windows.Forms.Form
public __gc class ImGearExtraChannelColorChoice : public System.Windows.Forms.Form
public ref class ImGearExtraChannelColorChoice : public System.Windows.Forms.Form
ImGearExtraChannelColorChoice dlg = new ImGearExtraChannelColorChoice(
igPageView, igPageView.Page.DIB.ExtraChannelInfo, 0);
dlg.ShowDialog();
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