Gets or sets the default type of custom painting done on boxes.
SyntaxVB6
Copy Code
|
|---|
Public Property Get BoxCustomDraw() As ECustomDraw |
C++
Copy Code
|
|---|
public: |
A member of the ECustomDraw enumeration. The default is cdNone.
RemarksDefault value for the CustomDraw property of newly created boxes.
See Also