[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.InputFieldCheckBox

InputFieldCheckBox Class

CheckBox input field component

Inheritance
InputFieldCheckBox
Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
[DefaultSize(1, 0.2)]
public class InputFieldCheckBox : InputField, IComponent, IDisposable, IPersistControl

Constructors

Name Description
InputFieldCheckBox()

Properties

Name Description
CheckSize

Sets the size of check symbol inside the CheckBox

CheckStyle

Sets the size of check symbol inside the CheckBox

Checked

Shows the check box selected unless the user deselects it.

ControlType

Gets the control type identifier for this control.

Methods

Name Description
QuickLoad(BinaryReader)

Loads the control from specified binary reader.

QuickSave(BinaryWriter)

Saves the control to the specified binary writer.

ReadXml(XmlNode)

Reads the control data from the specified XML node.

WriteXml(XmlElement)

Writes the control data to the specified XML element.

Extension Methods