[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.InputField.QuickSaveFlags

InputField.QuickSaveFlags Enum

Flags used to indicate which fields are present in a quick-save binary stream.

Namespace: GrapeCity.ActiveReports.SectionReportModel
Assembly: MESCIUS.ActiveReports.dll
Syntax
[Flags]
[CLSCompliant(false)]
protected enum InputField.QuickSaveFlags : uint

Fields

Name Description
ALIGNMENT

Text alignment is saved.

BORDERCOLOR

Border color is saved.

BORDERSTYLE

Border style is saved.

BORDERWIDTH

Border width is saved.

CHECKED

Checked state is saved.

CHECKSIZE

Check size is saved.

CHECKSTYLE

Check style is saved.

FIELDNAME

Field name is saved.

MAXLENGTH

Maximum length is saved.

MULTILINE

Multiline state is saved.

PASSWORD

Password state is saved.

READONLY

Read-only state is saved.

REQUIRED

Required state is saved.

SPELLCHECK

Spell check state is saved.

TABINDEX

Tab index is saved.

TEXT

Text content is saved.

Extension Methods