Class OffsetType

    • 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.VisualStyles.OffsetType
        See Also:
        Constant Field Values
      • classType

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

        public static OffsetType BottomRight
      • BottomMiddle

        public static OffsetType BottomMiddle
      • MiddleRight

        public static OffsetType MiddleRight
      • LeftOfCaption

        public static OffsetType LeftOfCaption
      • RightOfCaption

        public static OffsetType RightOfCaption
      • LeftOfLastButton

        public static OffsetType LeftOfLastButton
      • RightOfLastButton

        public static OffsetType RightOfLastButton
      • AboveLastButton

        public static OffsetType AboveLastButton
      • BelowLastButton

        public static OffsetType BelowLastButton
    • Constructor Detail

      • OffsetType

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

        public OffsetType()