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 [^^Up^^] [Menu] [About The Guide]
 WSpinButton            Spin button control class
 ----------------------------------------------------------------------------
 WSpinButton
 Spin button control class
 ----------------------------------------------------------------------------
 
 Properties
 HelpText       Assigns help text to the parent's HelpText property
 oHelp          Contains a help object
 Position       The value of the counter
 WndClass       The name of the control's window class ("button")
 WndStyle       The control's usual style (a combination of WS_* values)
 
 Methods
 WSpinButton:ClickDown()   Invoked when the decrementing arrow is clicked
 WSpinButton:ClickUp()     Invoked when the incrementing arrow is clicked
 WSpinButton:Init()        Construct a spin button control object
 
 Inherits From
 WControlWindow
 
 Inherited By
 Nothing.
 
 Description
 This is the class for a spin button control (a counter
 displayed as two arrows, to increment/decrement the count).
 
 As this is implemented using an owner-drawn button, to put
 this control in a dialog you should use a button with the
 BS_OWNERDRAW style.
 
 Because Clip-4-Win uses "smart dialogs with dumb controls",
 few properties and few methods are required in this class or
 most sub-classes.  (The WDialog class provides the logic,
 rather than spreading it across the controls.)
 
 Example
 
 See Also  (press Enter)

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