Search
FlowChart.BoxWindowFrame Property
See Also
 



Gets or sets the default window frame style of new boxes that host ActiveX controls.

 Syntax

VB6  Copy Code

Public Property Get BoxWindowFrame() As ECellBorders
Public Property Let BoxWindowFrame( _
    ByVal Value As ECellBorders _
)

C++  Copy Code

public:
ECellBorders get_BoxWindowFrame ()
void put_BoxWindowFrame (
    ECellBorders value
)

 Property Value

A member of the ECellBorders enumeration. The default is cbSystem3D.

 Remarks

Default value for the WindowFrame property of newly created boxes whose Style is set to bsAxControl.

 See Also