[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.CheckBox

CheckBox Class

Summary description for Checkbox.

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

Constructors

Name Description
CheckBox()

Initializes a new instance of the CheckBox class.

Properties

Name Description
BackColor

Sets/gets controls BackColor.

CheckAlignment

Gets or sets the alignment of the checkbox text within the control drawing area.

Checked

Gets or sets a value indicating the state of the checkbox.

ClassName

Gets or sets a style rule class name. The style rule is used to format the control.

ControlType
Font

Sets/gets control's font.

ForeColor

Gets/sets control's ForeColor style.

Padding

Determaines the padding in points

Style

Gets or sets a style string for the checkbox.

Text

Gets or sets the printed caption of the checkbox.

WrapMode

Sets/gets control's wrap mode using CSS.

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