ImageGear for .NET
ImGearColorBookProperties Class
Members  Example  See Also  Send Feedback
ImageGear21.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearColorBookProperties Class




Glossary Item Box

GUI dialog class for accessing color book properties.

Object Model

ImGearColorBookProperties Class

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Example

C#Copy Code
if (curBook != null)
{
    using (ImGearColorBookProperties dlg = new ImGearColorBookProperties(curBook))
    {
        dlg.ShowDialog(igPageView.Parent);
    }
}
Visual BasicCopy Code
If curBook IsNot Nothing Then
    Using dlg As New ImGearColorBookProperties(curBook)
        dlg.ShowDialog(igPageView.Parent)
    End Using
End If

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

©2013. Accusoft Corporation. All Rights Reserved.