This topic has not yet been rated - Rate this topic

Visual Basic: MSFlexGrid/MSHFlexGrid Controls

Visual Studio 6.0

PictureType Property

See Also    Example    Applies To

Returns or sets the type of picture to be generated by the Picture property.

Syntax

object.PictureType [=type]

The PictureType property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
type An integer or constant that specifies the type of picture that should be generated, as described in Settings.

Settings

The settings for type are:

Constant Value Description
flexPictureColor 0 This produces a high-quality full-color image.
flexPictureMonochrome 1 This produces a lower-quality, monochrome, image that consumes less memory.

Did you find this helpful?
(1500 characters remaining)