Classes

  ClassDescription
AnimationCycleArgs
Provides data for AnimationCycleCompleted events.
InkColor
Specifies colors for gradient fill.
TButtonBase
ImageButton which supports the alpha channel of transparent image.
TCheckBox
CheckBox which supports the alpha channel of transparent image.
TForm
The TForm allows you to use custom background images.
TFormLite
Simple Transparent Form, that can't stretch background image, then saves your memory.
TImageButton
ImageButton which supports the alpha channel of transparent image.
TLabel
A transparent label control.
TLabelAnimated
A transparent label control.
TPanel
Like standard Panel, but you can put an image into its background.
TPanelVista
Represents a panel control with vista style gradient background.
TPictureBox
PictureBox which supports the alpha channel of a transparent image.
TRadioButton
Radio button which supports the alpha channel of transparent image.
TVistaButton
Transparent button control with double gradients. It is also able to display transparent images over its main part.
WinCESettings
Contains static properties to turn on/off special functionalities for Windows CE devices. Some WinCE devices are missing some libraries to draw gradient, transparent images (PNG files) etc. and developers can switch between ways of drawing by using this class.

Interfaces

  InterfaceDescription
IAnimator
Defines a methods and events for TLabelAnimated animation.
IControlBackground
IControlBackground interface is implemented in TForm to provide the background image to its child controls.

Delegates

  DelegateDescription
AnimationCycleCompletedHandler
Delegate handler used by AnimationCycleCompleted event.

Enumerations

  EnumerationDescription
Alignment
Specifies the alignment.
AnimationType
Enumeration used to determine what type of animation will be used on TForm when calling ChangeBackground(Bitmap, AnimationType, Int32, Boolean).
Mode
Enumeration that defines pre-build method of animating TLabelAnimated.
WrapperMode
Specifies the modes for text wrapper.