CheckBox which supports the alpha channel of transparent image.

Namespace:  BeeMobile.TransparentControls
Assembly:  BeeMobile.TransparentControls.CF3 (in BeeMobile.TransparentControls.CF3.dll) Version: 3.5.8.2

Syntax

C#
public class TCheckBox : TButtonBase
Visual Basic (Declaration)
Public Class TCheckBox _
	Inherits TButtonBase
Visual C++
public ref class TCheckBox : public TButtonBase

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.ContainerControl
            System.Windows.Forms..::.UserControl
              BeeMobile.TransparentControls..::.TButtonBase
                BeeMobile.TransparentControls..::.TCheckBox

See Also