Class MsgBoxStyle

    • Field Detail

      • assemblyFullName

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

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

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

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

        public static MsgBoxStyle ApplicationModal
      • DefaultButton1

        public static MsgBoxStyle DefaultButton1
      • AbortRetryIgnore

        public static MsgBoxStyle AbortRetryIgnore
      • DefaultButton2

        public static MsgBoxStyle DefaultButton2
      • DefaultButton3

        public static MsgBoxStyle DefaultButton3
      • MsgBoxSetForeground

        public static MsgBoxStyle MsgBoxSetForeground
      • MsgBoxRtlReading

        public static MsgBoxStyle MsgBoxRtlReading
    • Constructor Detail

      • MsgBoxStyle

        public MsgBoxStyle​(java.lang.Object instance)
        Internal constructor. Use with caution
      • MsgBoxStyle

        public MsgBoxStyle()