Class ApplyApplicationDefaultsEventArgs

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: Microsoft.VisualBasic.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

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

        public static final java.lang.String className
        Qualified class name: Microsoft.VisualBasic.ApplicationServices.ApplyApplicationDefaultsEventArgs
        See Also:
        Constant Field Values
      • classType

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

      • ApplyApplicationDefaultsEventArgs

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

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

      • setJCOInstance

        public void setJCOInstance​(org.mases.jcobridge.JCObject instance)
        Overrides:
        setJCOInstance in class EventArgs
      • getMinimumSplashScreenDisplayTime

        public int getMinimumSplashScreenDisplayTime()
                                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMinimumSplashScreenDisplayTime

        public void setMinimumSplashScreenDisplayTime​(int MinimumSplashScreenDisplayTime)
                                               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
      • getHighDpiMode

        public HighDpiMode getHighDpiMode()
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setHighDpiMode

        public void setHighDpiMode​(HighDpiMode HighDpiMode)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable