Search
FlowChart.BoxCustomDraw Property
See Also
 



Gets or sets the default type of custom painting done on boxes.

 Syntax

VB6  Copy Code

Public Property Get BoxCustomDraw() As ECustomDraw
Public Property Let BoxCustomDraw( _
    ByVal Value As ECustomDraw _
)

C++  Copy Code

public:
ECustomDraw get_BoxCustomDraw ()
void put_BoxCustomDraw (
    ECustomDraw value
)

 Property Value

A member of the ECustomDraw enumeration. The default is cdNone.

 Remarks

Default value for the CustomDraw property of newly created boxes.

 See Also