BufferCellType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines three types of BufferCells to accommodate for hosts that use up to two cells to display a character in some languages such as Chinese and Japanese.
public enum class BufferCellType
public enum BufferCellType
type BufferCellType =
Public Enum BufferCellType
- Inheritance
-
BufferCellType
Fields
Name | Value | Description |
---|---|---|
Complete | 0 | Character occupies one BufferCell. |
Leading | 1 | Character occupies two BufferCells and this is the leading one. |
Trailing | 2 | Preceded by a Leading BufferCell. |