Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / CopyGraphicsVGAColors Property
In This Topic
    CopyGraphicsVGAColors Property
    In This Topic
    Gets or sets whether bitmaps copied to the Clipboard are dithered to standard VGA colors.
    Syntax
    expression.CopyGraphicsVGAColors As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    This is useful for pasting graphic images into Windows applications that don't recognize color palettes (for example, Windows Paintbrush).

    Dithering options are controlled by the ImageDither property.

    See Also