[]
        
(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

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 from specified XML node.

WriteXml(XmlElement)

Writes the control as XML to specified XML node.

Extension Methods