Search
FlowChart.DrawAxBoxShapes Property
See Also
 



Gets or sets a value indicating whether to render shapes behind ActiveX boxes.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_DrawAxBoxShapes ()
void put_DrawAxBoxShapes (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

By default boxes whose Style is set to bsAxControl display only the content of the hosted ActiveX control. If this property is enabled, such boxes also render the Shape assigned to them.

 See Also