Search
Overview.EnableBkgrImage Property
See Also
 



Gets or sets a value indicating whether the flowchart's Picture is painted in the overview control.

 Syntax

VB6  Copy Code

Public Property Get EnableBkgrImage() As Boolean
Public Property Let EnableBkgrImage( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_EnableBkgrImage ()
void put_EnableBkgrImage (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

In order to display the image, currently there is an additional requirement to have the picDocument modifier applied to PicturePos.

 See Also