[]
Gets a check box image as a function of the specified checkbox state.
public virtual Image GetCheckboxImage(CheckBoxState state)
Type | Name | Description |
---|---|---|
CheckBoxState | state | A value from the CheckBoxState enumeration. |
Type | Description |
---|---|
Image | A checkbox image to be displayed in the element. |
Override this method to provide your own images for checkboxes in various states.
Gets a check box image as a function of the current checkbox state.
protected virtual Image GetCheckboxImage()
Type | Description |
---|---|
Image | A checkbox image to be displayed in the element. |