Class CreateParams

    • Field Detail

      • assemblyFullName

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

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

      • CreateParams

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

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

      • getClassStyle

        public int getClassStyle()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setClassStyle

        public void setClassStyle​(int ClassStyle)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getExStyle

        public int getExStyle()
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setExStyle

        public void setExStyle​(int ExStyle)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getHeight

        public int getHeight()
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setHeight

        public void setHeight​(int Height)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getStyle

        public int getStyle()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setStyle

        public void setStyle​(int Style)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getWidth

        public int getWidth()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setWidth

        public void setWidth​(int Width)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getX

        public int getX()
                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setX

        public void setX​(int X)
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getY

        public int getY()
                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setY

        public void setY​(int Y)
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getParam

        public NetObject getParam()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setParam

        public void setParam​(NetObject Param)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCaption

        public java.lang.String getCaption()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setCaption

        public void setCaption​(java.lang.String Caption)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getClassName

        public java.lang.String getClassName()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setClassName

        public void setClassName​(java.lang.String ClassName)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable