Gets or sets what type of custom drawing is performed on this table.
VB6
![]() |
---|
Public Property Get CustomDraw() As ECustomDraw |
C++
![]() |
---|
public: |
A member of the ECustomDraw enumeration.
Use 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:
FlowChartX Programmer's Guide | © 2023 MindFusion |