True DBGrid for WinForms
ForeGroundPicturePositionEnum 列挙体

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 : ForeGroundPicturePositionEnum 列挙体
Specifies the location of the foreground image in a cell.
シンタックス
'宣言
 
Public Enum ForeGroundPicturePositionEnum 
   Inherits System.Enum
public enum ForeGroundPicturePositionEnum : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.C1TrueDBGrid 名前空間