API PVGadgets
Previous  Top  Next

apiinput
Creates an InputGadget.
This gadget is very similar to the standard StringGadget but has a scroll bar and allows multiple lines of text.



apianim
Creates an AnimGadget.
An AnimGadget can display a number of Windows animations like the animated search icon, files being copied animation, files being thrown into trash animation, etc.

NOTE:
This gadget will NOT display built in Windows animations on version of Windows higher than Windows XP. If you need this Gadget to work on ALL versions of Windows you will need to supply your own custom animation.




apipureskin
Creates a PureSkinGadget.
Once a PureSkin Gadget is applied to a Form, a PureSkin is then assigned to the Gadget and the Form is instantly skinned. PureSkins are created using the built in PureSkin Maker.


apicanvas
Creates a CanvasGadget.
This Gadget is a simple colored box that allows you to draw on or insert images into. The PVGadgets_Canvas command allows you to easily convert a Canvas Gadget into a special image button that changes when the mouse passes over it.


apiprogress
Creates a ProgressBarGadget.
This progress bar allows you to set starting and ending colors, creating very nice gradients. Text can also be enabled showing percentage left. It is easily controlled using the PVGadgets_ProgressBar command.


clip0064
Creates a PieChartGadget.
The PieChart Gadget allows you to create a Pie Chart progress indicator. Text can also be enabled showing percentage left. It is easily controlled using the PVGadgets_PieChart command.