ImageGear .NET - Updated May 1, 2018
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
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