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




colorBook
Reference to color book object.

Glossary Item Box

Initializes a new instance of the ImGearColorBookProperties class.

Syntax

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

Parameters

colorBook
Reference to color book object.

Return Value

An instance of ImGearColorBookProperties class GUI dialog.

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

See Also

©2013. Accusoft Corporation. All Rights Reserved.