Custom Icon REALbasic Plugin

CustomIcon.Paint Event

This event is fired when the control wants to paint it self.

Paint(
   g as Graphics)

Parameters

g
The graphics context to draw to.

Remarks

The event is fired right after the icon is drawn.

See Also

CustomIcon Control