This topic has not yet been rated - Rate this topic

BufferCellType Enumeration

Defines the type of buffer cells that can be used to display single-cell or double-cell characters. For example, is the cell complete or is a leading or trailing cell for double-cell characters.


Namespace: System.Management.Automation.Host
Assembly: System.Management.Automation (in System.Management.Automation.dll)
'Usage
Dim instance As BufferCellType

public enum BufferCellType
public enum BufferCellType
public enum BufferCellType
Member nameDescription
CompleteThe character occupies one BufferCell structure.
LeadingThe character occupies two BufferCell structures, with this cell being the leading cell.
TrailingThe character occupies two BufferCell structures, with this cell being the trailing cell.

A single cell can be used to display characters in languages such as English and Spanish, while two cells are needed to display characters in languages such as Chinese and Japanese.

A Trailing cell must always be preceded by a Leading cell.


 

Target Platforms

Windows 98, Windows 2000 , Windows 2000 Server , Windows CE, Windows Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP, Windows 7, Windows 2008 R2, Windows Developer Preview, Windows Server Developer Preview

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.