Search
Overview.EnableText Property
See Also
 



Gets or sets a value indicating whether to paint the text of diagram items in the overview control.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_EnableText ()
void put_EnableText (
    bool value
)

 Property Value

A boolean value. The default is true.

 See Also