|
ArrowCode (Get Method)
Gets "Arrow" symbol code.
char ArrowCode() const |
Return Value
"Arrow" symbol code of the object assigned to the class instance. If there is no object assigned, it returns 0.
ArrowCode (Set Method)
Sets symbol code for "Arrow"
bool ArrowCode(
|
Parameters
code
[in] New value for "arrow" code (Wingdings).
Return Value
true – success, false – cannot change the code.
Example:
//--- example for CChartObjectArrow::ArrowCode
|