[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.DisplayField

DisplayField Class

Represents DisplayField class to define a base for display field.

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

Constructors

Name Description
DisplayField()

Initializes a new instance of the DisplayField class.

Properties

Name Description
BackColor

Gets or sets the background color of the DisplayField.

Font

Gets or sets the font of the DisplayField.

ForeColor

Gets or sets the foreground color of the DisplayField.

Margin

Gets or sets the space around the DisplayField.

Name

Gets or sets the name of the object.

Padding

Gets or sets padding within the DisplayField.

Size

Gets the size of the DisplayField.

Text

Gets text assosiated to the DisplayField.

Methods

Name Description
PointContainerToField(Point)

Computes the location of the specified container point into the DisplayField coordinates.

PointFieldToContainer(Point)

Computes the location of the specified the DisplayField point into container coordinates.

ResetFont()

Resets the Font property to default value.

ResetForeColor()

Resets the ForeColor property to default value.

Events

Name Description
Paint

Occurs when the display field is redrawn.