[]
        
(Showing Draft Content)

FarPoint.Win.CheckBoxPicture

CheckBoxPicture Class

Represents the pictures (images) used for the different states of a check box.

Inheritance
CheckBoxPicture
Implements
Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
[TypeConverter(typeof(_p))]
public class CheckBoxPicture : IDisposable
<TypeConverter(GetType(_p))>
Public Class CheckBoxPicture
    Implements IDisposable

Constructors

Name Description
CheckBoxPicture()

Properties

Name Description
False

Gets or sets the picture (image) for the false state of the check box.

FalseDisabled

Gets or sets the picture (image) for the false disabled state of the checkbox.

FalsePressed

Gets or sets the picture (image) for the false pressed state of the check box.

Indeterminate

Gets or sets the picture (image) for the indeterminate state of the check box.

IndeterminateDisabled

Gets or sets the picture (image) for the indeterminate disabled state of the check box.

IndeterminatePressed

Gets or sets the picture (image) for the indeterminate pressed state of the check box.

IsDisposed

Gets whether is disposed.

this[CheckBoxPictureIndex]

Gets or sets the index for the picture (image) of the check box.

this[int]

Gets or sets the index for the picture (image) of the check box.

True

Gets or sets the picture (image) for the true state of the check box.

TrueDisabled

Gets or sets the picture (image) for the true disabled state of the check box.

TruePressed

Gets or sets the picture (image) for the true pressed state of the check box.

Methods

Name Description
Dispose()

Disposes.

Dispose(bool)

Disposes and frees up resources.