Specifies the location of the foreground image in a cell.
[Visual Basic]
Public Enum ForeGroundPicturePositionEnum
[C#]
public enum ForeGroundPicturePositionEnum
[Delphi]
type ForeGroundPicturePositionEnum = (BottomOfText, Far, LeftOfText, Near, PictureOnly, RightOfText, TextOnly, TopOfText);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
BottomOfText |
Image is rendered below any text in the cell. |
Far |
Image is rendered in the far side of the cell. |
LeftOfText |
Image is rendered to the left of any text in the cell. |
Near |
Image is rendered in the near side of the cell. |
PictureOnly |
Text is not displayed. |
RightOfText |
Image is rendered to the right of any text in the cell. |
TextOnly |
Image is not displayed. |
TopOfText |
Image is rendered on top of any text in the cell. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |