Gets or sets the default window frame style of new boxes that host ActiveX controls.
SyntaxVB6
Copy Code
|
|---|
Public Property Get BoxWindowFrame() As ECellBorders |
C++
Copy Code
|
|---|
public: |
A member of the ECellBorders enumeration. The default is cbSystem3D.
RemarksDefault value for the WindowFrame property of newly created boxes whose Style is set to bsAxControl.
See Also