[]
        
(Showing Draft Content)

C1.Framework.CheckButtonElement.GetCheckboxImage

GetCheckboxImage Method

GetCheckboxImage(CheckBoxState)

Gets a check box image as a function of the specified checkbox state.

Declaration
public virtual Image GetCheckboxImage(CheckBoxState state)
Parameters
Type Name Description
CheckBoxState state

A value from the CheckBoxState enumeration.

Returns
Type Description
Image

A checkbox image to be displayed in the element.

Remarks

Override this method to provide your own images for checkboxes in various states.

GetCheckboxImage()

Gets a check box image as a function of the current checkbox state.

Declaration
protected virtual Image GetCheckboxImage()
Returns
Type Description
Image

A checkbox image to be displayed in the element.