Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

WArrowButton:Paint() Method
Draw/re-draw an arrow button
------------------------------------------------------------------------------

Syntax
<oWnd>:Paint()   -->   0

Arguments
None.  However, the protected property self:hDC is a valid
device context.

Returns
Zero (0).

Description
This method draws the button.  It will be called any time the
screen needs updating, such as when the user uncovers part or
all of a window.  It may be called as a result of several
different messages, e.g. WM_DRAWITEM and WM_PAINT.

Example
// See SOURCE\OO\CLASSES\ARROWBTN.PRG


See Also: WArrowButton:OnDrawItem()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson