Gets or sets the type of custom drawing performed on this arrow.
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 an arrow that cannot be achieved by customizing it through properties. The control raises the DrawArrow event to let you execute custom rendering code.
The CustomDraw property can be set to one of the following values:
See Also