Gets or sets the default style of new boxes.
SyntaxVB6
Copy Code
|
|---|
Public Property Get BoxStyle() As EBoxStyle |
C++
Copy Code
|
|---|
public: |
A member of the EBoxStyle enumeration. The default is bsRect.
RemarksDefault value for the Style property of new boxes created either programmatically or by a user.
See Also