Class DesignerOptions

    • Field Detail

      • assemblyFullName

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

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

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

      • DesignerOptions

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

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

      • getEnableInSituEditing

        public boolean getEnableInSituEditing()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setEnableInSituEditing

        public void setEnableInSituEditing​(boolean EnableInSituEditing)
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getObjectBoundSmartTagAutoShow

        public boolean getObjectBoundSmartTagAutoShow()
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setObjectBoundSmartTagAutoShow

        public void setObjectBoundSmartTagAutoShow​(boolean ObjectBoundSmartTagAutoShow)
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getShowGrid

        public boolean getShowGrid()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setShowGrid

        public void setShowGrid​(boolean ShowGrid)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSnapToGrid

        public boolean getSnapToGrid()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSnapToGrid

        public void setSnapToGrid​(boolean SnapToGrid)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getUseOptimizedCodeGeneration

        public boolean getUseOptimizedCodeGeneration()
                                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setUseOptimizedCodeGeneration

        public void setUseOptimizedCodeGeneration​(boolean UseOptimizedCodeGeneration)
                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getUseSmartTags

        public boolean getUseSmartTags()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setUseSmartTags

        public void setUseSmartTags​(boolean UseSmartTags)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getUseSnapLines

        public boolean getUseSnapLines()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setUseSnapLines

        public void setUseSnapLines​(boolean UseSnapLines)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getGridSize

        public Size getGridSize()
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setGridSize

        public void setGridSize​(Size GridSize)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable