ImageGear .NET - Updated July 5, 2018
ImGearColorBookProperties Class
Members  Example 




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearColorBookProperties Class
GUI dialog class for accessing color book properties.
Object Model
ImGearColorBookProperties Class
Syntax
'Declaration
 
Public Class ImGearColorBookProperties 
   Inherits System.Windows.Forms.Form
 
'Usage
 
Dim instance As ImGearColorBookProperties
Example
if (curBook != null)
{
    using (ImGearColorBookProperties dlg = new ImGearColorBookProperties(curBook))
    {
        dlg.ShowDialog(igPageView.Parent);
    }
}
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.ImGearColorBookProperties

See Also

Reference

ImGearColorBookProperties Members
ImageGear.Windows.Forms Namespace
ImGearColorBook Class