Gets or sets what type of custom drawing is performed on this table.
SyntaxVB6
Copy Code
|
|---|
Public Property Get CustomDraw() As ECustomDraw |
C++
Copy Code
|
|---|
public: |
A member of the ECustomDraw enumeration.
RemarksUse custom drawing to implement special appearance of a table that cannot be achieved by customizing it through properties. The control raises the DrawTable event to let you execute custom rendering code.
The CustomDraw property can be set to one of the following values:
See Also