Gets or sets the border style of the window in which a hosted ActiveX control resides.
SyntaxVB6
Copy Code
|
|---|
Public Property Get WindowFrame() As ECellBorders |
C++
Copy Code
|
|---|
public: |
A member of the ECellBorders enumeration. Initialized with FlowChart.BoxWindowFrame.
RemarksThis property is useful for boxes whose Style is set to bsAxControl. The following values can be assigned to it:
Do not draw borders around the hosted control. | |
Draw simple borders around the control. | |
Draw borders as 3D edges using the system 3D colors. |
See Also