Class AmbientProperties

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Windows.Forms, Version=9.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.AmbientProperties
        See Also:
        Constant Field Values
      • classType

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

      • AmbientProperties

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

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

      • getBackColor

        public Color getBackColor()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBackColor

        public void setBackColor​(Color BackColor)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getForeColor

        public Color getForeColor()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setForeColor

        public void setForeColor​(Color ForeColor)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getFont

        public Font getFont()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setFont

        public void setFont​(Font Font)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCursor

        public Cursor getCursor()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCursor

        public void setCursor​(Cursor Cursor)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable