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)
Namespace: System.Management.Automation.Host
Assembly: System.Management.Automation (in System.Management.Automation.dll)
| Member name | Description |
|---|---|
| Complete | The character occupies one BufferCell structure. |
| Leading | The character occupies two BufferCell structures, with this cell being the leading cell. |
| Trailing | The character occupies two BufferCell structures, with this cell being the trailing 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 PreviewSend comments about this topic to Microsoft.