ComponentOne True DBGrid for WinForms
ForeGroundPicturePositionEnum Enumeration

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : ForeGroundPicturePositionEnum Enumeration
Specifies the location of the foreground image in a cell.
Syntax
'Declaration
 
Public Enum ForeGroundPicturePositionEnum 
   Inherits System.Enum
public enum ForeGroundPicturePositionEnum : System.Enum 
Members
MemberDescription
BottomOfTextImage is rendered below any text in the cell.
FarImage is rendered in the far side of the cell.
LeftOfTextImage is rendered to the left of any text in the cell.
NearImage is rendered in the near side of the cell.
PictureOnlyText is not displayed.
RightOfTextImage is rendered to the right of any text in the cell.
TextOnlyImage is not displayed.
TopOfTextImage is rendered on top of any text in the cell.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.ForeGroundPicturePositionEnum

See Also

Reference

C1.Win.C1TrueDBGrid Namespace