ImageGear22.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearColorProfileSettings Class |
'Declaration Public Class ImGearColorProfileSettings Inherits System.Windows.Forms.Form
'Usage Dim instance As ImGearColorProfileSettings
public class ImGearColorProfileSettings : System.Windows.Forms.Form
public __gc class ImGearColorProfileSettings : public System.Windows.Forms.Form
public ref class ImGearColorProfileSettings : public System.Windows.Forms.Form
using (ImGearColorProfileSettings dlg = new ImGearColorProfileSettings(igPageView)) { dlg.ShowDialog(igPageView.Parent); }
Using dlg As New ImGearColorProfileSettings(igPageView) dlg.ShowDialog(igPageView.Parent) 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.ImGearColorProfileSettings