new Win32::GUI::UpDown(PARENT, %OPTIONS)
Creates a new UpDown object; can also be called as PARENT->AddUpDown(%OPTIONS).
Base([VALUE])
Gets or sets the radix base for the UpDown control; VALUE can be either 10 or 16 for decimal or hexadecimal base numbering.
Buddy([OBJECT])
Gets or sets the buddy window for the UpDown control.
Pos([VALUE])
Gets or sets the current position of the UpDown control.
Scroll()
Sent when the user presses either the up or down button of the UpDown control.