Class FormCheckBoxFieldCreateOptions

FormCheckBoxFieldCreateOptions class

Represents options for creating CheckBoxField by FormEditor plugin.

public class FormCheckBoxFieldCreateOptions : FormFieldCreateOptions

Constructors

NameDescription
FormCheckBoxFieldCreateOptions(int, Rectangle)Initializes a new instance of the FormCheckBoxFieldCreateOptions object, that containing parameters for created and added CheckBoxField.

Properties

NameDescription
AlternateName { get; set; }Gets/sets the value to determine property AlternateName for created/modified field (if will be set).
Checked { get; set; }Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set).
Color { get; set; }Gets/sets the value to determine property Color for created/modified field (if will be set).
Contents { get; set; }Gets/sets the value to determine property Contents for created/modified field (if will be set).
DefaultAppearance { get; set; }Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set).
Exportable { get; set; }Gets/sets the value to determine whether created/modified field is exportable or not (if will be set).
FitIntoRectangle { get; set; }Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set).
Flags { get; set; }Gets/sets the value to determine property Flags for created/modified field (if will be set).
IsSharedField { get; set; }Gets/sets the value to determine whether created/modified field is shared field or not (if will be set).
MappingName { get; set; }Gets/sets the value to determine property MappingName for created/modified field (if will be set).
MaxFontSize { get; set; }Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set).
MinFontSize { get; set; }Gets/sets the value to determine property MinFontSize for created/modified field (if will be set).
Name { get; set; }Gets/sets the value to determine property Name for created/modified field (if will be set).
PartialName { get; set; }Gets/sets the value to determine property PartialName for created/modified field (if will be set).
ReadOnly { get; set; }Gets/sets the value to determine whether created/modified field is read only or not (if will be set).
Required { get; set; }Gets/sets the value to determine whether created/modified field is required or not (if will be set).
Style { get; set; }Gets/sets the value to determine property Style for created CheckboxField (if will be set).
TextHorizontalAlignment { get; set; }Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set).
UpdateAppearanceOnConvert { get; set; }Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set).
UseFontSubset { get; set; }Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set).
Value { get; set; }Gets/sets the value to determine property Value for created/modified field (if will be set).

Fields

NameDescription
HighlightingGets/sets the value to determine property Highlighting for created/modified field (if will be set).

See Also