Gets or sets a value indicating whether to render shapes behind ActiveX boxes.
SyntaxVB6
Copy Code
|
|---|
Public Property Get DrawAxBoxShapes() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksBy 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