[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldInfo

FieldInfo Class

Represnts a FieldInfo class used to define a base field.

Implements
Namespace: GrapeCity.Win.Spread.InputMan.CellType.Fields
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public abstract class FieldInfo : INamedObject
Public MustInherit Class FieldInfo
    Implements INamedObject
Remarks

This class implements the view function for a single segment. Some input behavior is also exposed to the user. This is the final interface for the user. When a field is created, it creates a segment and a value module for it. Then configuration is done on the segment and the value module.

Constructors

Name Description
FieldInfo()

Initializes a new instance of the FieldInfo class.

Properties

Name Description
BackColor

Gets or sets the background color of the FieldInfo object.

Font

Gets or sets the font of the FieldInfo object.

ForeColor

Gets or sets the foreground color of the FieldInfo object.

Margin

Gets or sets the space around the FieldInfo object.

Name

Gets or sets the name of the object.

Padding

Gets or sets padding within the FieldInfo object.

Text

Gets text of the Field.