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