ImageGear .NET v24.14 - Updated
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
 
<DesignerAttribute("System.Windows.Forms.Design.FormDocumentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)>
<ToolboxItemFilterAttribute("System.Windows.Forms.Control.TopLevel")>
<DesignerCategoryAttribute("Form")>
<DefaultEventAttribute("Load")>
<ToolboxItemAttribute(False)>
<DesignTimeVisibleAttribute(False)>
<InitializationEventAttribute("Load")>
<DefaultPropertyAttribute("Text")>
<DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
Public Class ImGearColorBookProperties 
   Inherits System.Windows.Forms.Form
'Usage
 
Dim instance As ImGearColorBookProperties
[Designer("System.Windows.Forms.Design.FormDocumentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)]
[ToolboxItemFilter("System.Windows.Forms.Control.TopLevel")]
[DesignerCategory("Form")]
[DefaultEvent("Load")]
[ToolboxItem(false)]
[DesignTimeVisible(false)]
[InitializationEvent("Load")]
[DefaultProperty("Text")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public class ImGearColorBookProperties : System.Windows.Forms.Form 
[Designer("System.Windows.Forms.Design.FormDocumentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)]
[ToolboxItemFilter("System.Windows.Forms.Control.TopLevel")]
[DesignerCategory("Form")]
[DefaultEvent("Load")]
[ToolboxItem(false)]
[DesignTimeVisible(false)]
[InitializationEvent("Load")]
[DefaultProperty("Text")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public __gc class ImGearColorBookProperties : public System.Windows.Forms.Form 
[Designer("System.Windows.Forms.Design.FormDocumentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.ComponentModel.Design.IRootDesigner)]
[ToolboxItemFilter("System.Windows.Forms.Control.TopLevel")]
[DesignerCategory("Form")]
[DefaultEvent("Load")]
[ToolboxItem(false)]
[DesignTimeVisible(false)]
[InitializationEvent("Load")]
[DefaultProperty("Text")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public ref class ImGearColorBookProperties : public System.Windows.Forms.Form 
Example
if (curBook != null)
{
    using (ImGearColorBookProperties dlg = new ImGearColorBookProperties(curBook))
    {
        dlg.ShowDialog(igPageView.Parent);
    }
}
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

Reference

ImGearColorBookProperties Members
ImageGear.Windows.Forms Namespace
ImGearColorBook Class