MobileForms Toolkit Documentation

CheckBoxCell.GetCheckBoxImage Method 

Returns a colored checkbox image with specified fore color and back color.

protected virtual Image GetCheckBoxImage(
Image original,
Color foreColor,
Color backColor
);

Parameters

original
The original black and white image.
foreColor
The color of the check and the frame.
backColor
The background color.

Return Value

See Also

CheckBoxCell Class | Resco.Controls.SmartGrid Namespace