ImageGear .NET - Updated
ImGearColorBookSettings Class
Members  Example 




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearColorBookSettings Class
GUI dialog class for accessing the available color books.
Object Model
ImGearColorBookSettings Class
Syntax
'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 
Example
using (ImGearColorBookSettings dlg = new ImGearColorBookSettings(igPageView))
{
    dlg.ShowDialog(igPageView.Parent);
}
Using dlg As New ImGearColorBookSettings(igPageView)
    dlg.ShowDialog(igPageView.Parent)
End Using
Inheritance Hierarchy

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

See Also

Reference

ImGearColorBookSettings Members
ImageGear.Windows.Forms Namespace
ImGearPageView Class