Search
FlowChart.EnableStyledText Property
See Also
 



Gets or sets the default value for the EnableStyledText property of new boxes.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_EnableStyledText ()
void put_EnableStyledText (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

Used as initial value for the EnableStyledText property of new boxes.

 See Also