Gets or sets a value indicating whether the flowchart's Picture is painted in the overview control.
SyntaxVB6
Copy Code
|
|---|
Public Property Get EnableBkgrImage() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksIn order to display the image, currently there is an additional requirement to have the picDocument modifier applied to PicturePos.
See Also