ImageGear PDF v25.2 - Updated
ImGearColorProfileSettings Class
Members  Example 




ImageGear.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearColorProfileSettings Class
GUI dialog class for ICC setting.
Object Model
ImGearColorProfileSettings 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 ImGearColorProfileSettings 
   Inherits System.Windows.Forms.Form
'Usage
 
Dim instance As ImGearColorProfileSettings
[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 ImGearColorProfileSettings : 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 ImGearColorProfileSettings : 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 ImGearColorProfileSettings : public System.Windows.Forms.Form 
Example
using (ImGearColorProfileSettings dlg = new ImGearColorProfileSettings(igPageView))
{
    dlg.ShowDialog(igPageView.Parent);
}
Using dlg As New ImGearColorProfileSettings(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.ImGearColorProfileSettings

See Also

Reference

ImGearColorProfileSettings Members
ImageGear.Windows.Forms Namespace

Is this page helpful?
Yes No
Thanks for your feedback.