Search
Overview.EnableImages Property
See Also
 



Gets or sets a value indicating whether to paint the Picture of nodes in the overview control.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_EnableImages ()
void put_EnableImages (
    bool value
)

 Property Value

A boolean value. The default is true.

 See Also