Click or drag to resize

IconCheckBox Class

A Check box with Icon and description
Inheritance Hierarchy

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public class IconCheckBox : ButtonBase

The IconCheckBox type exposes the following members.

Constructors
  NameDescription
Public methodIconCheckBox
Initializes a new instance of the IconCheckBox class.
Top
Properties
  NameDescription
Public propertyDescription
Gets or Sets the description of the IconCheckBox
Public propertyHeader
Gets or Sets the header of the IconCheckBox
Public propertyImageSource
Gets or Sets the ImageSource of the Icon
Public propertyIsChecked
Gets or Sets a value whether the CheckBox is checked.
Top
Fields
  NameDescription
Public fieldStatic memberDescriptionProperty
The DependencyProperty for the Description property
Public fieldStatic memberHeaderProperty
The header property
Public fieldStatic memberImageSourceProperty
The image source property
Public fieldStatic memberIsCheckedProperty
The DependencyProperty for IsChecked property
Top
See Also