VLPropertyList Reference

Read/Write PropertyCustomDraw

(For advanced usage)
See Also See Also Applies To Applies To

Returns or sets a value that specifies if custom draw events should be raised. The event raised is PropertyDraw, using which user can draw the cell corresponding to the value column of this property.

 

Syntax

object.CustomDraw[= boolean]

 

The CustomDraw property syntax has these parts:

PartDescription
object An object expression that evaluates to CProperty.
boolean A Boolean expression specifying to throw the draw events, as described in Settings.

 

Setting

The settings for Value are:

Setting Description
False (Default) Custom draw events are not raised.
True Custom draw events are raised.