Class ColorDialog

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Windows.Forms
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Windows.Forms.ColorDialog
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • ColorDialog

        public ColorDialog​(java.lang.Object instance)
                    throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • ColorDialog

        public ColorDialog()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Reset

        public void Reset()
                   throws java.lang.Throwable
        Overrides:
        Reset in class CommonDialog
        Throws:
        java.lang.Throwable
      • getAllowFullOpen

        public boolean getAllowFullOpen()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAllowFullOpen

        public void setAllowFullOpen​(boolean AllowFullOpen)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAnyColor

        public boolean getAnyColor()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAnyColor

        public void setAnyColor​(boolean AnyColor)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getFullOpen

        public boolean getFullOpen()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setFullOpen

        public void setFullOpen​(boolean FullOpen)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getShowHelp

        public boolean getShowHelp()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setShowHelp

        public void setShowHelp​(boolean ShowHelp)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSolidColorOnly

        public boolean getSolidColorOnly()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSolidColorOnly

        public void setSolidColorOnly​(boolean SolidColorOnly)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCustomColors

        public int[] getCustomColors()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCustomColors

        public void setCustomColors​(int[] CustomColors)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getColor

        public Color getColor()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setColor

        public void setColor​(Color Color)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable