The TerminalCell type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns the cell character.
(Overrides ValueType..::..ToString()()()().)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkBackColor
Gets or sets the background color (a palette index).
Public propertySupported by the .NET Compact FrameworkBlink
Gets or sets a blink flag.
Public propertySupported by the .NET Compact FrameworkBold
Gets or sets a bold flag.
Public propertySupported by the .NET Compact FrameworkForeColor
Gets or sets the foreground color (a palette index).
Public propertySupported by the .NET Compact FrameworkCharacter
Gets or sets the character.
Public propertySupported by the .NET Compact FrameworkItalic
Gets or sets an italic flag.
Public propertySupported by the .NET Compact FrameworkUnderline
Gets or sets the underline style.

See Also