ImageGear23.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearColorBookProperties Class |
'Declaration Public Class ImGearColorBookProperties Inherits System.Windows.Forms.Form
'Usage Dim instance As ImGearColorBookProperties
public class ImGearColorBookProperties : System.Windows.Forms.Form
public __gc class ImGearColorBookProperties : public System.Windows.Forms.Form
public ref class ImGearColorBookProperties : public System.Windows.Forms.Form
if (curBook != null) { using (ImGearColorBookProperties dlg = new ImGearColorBookProperties(curBook)) { dlg.ShowDialog(igPageView.Parent); } }
If curBook IsNot Nothing Then Using dlg As New ImGearColorBookProperties(curBook) dlg.ShowDialog(igPageView.Parent) End Using End If
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.ImGearColorBookProperties