FlexPivot for WinForms
DisplayEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : DisplayEnum 列挙体
Specifies whether a style should display the cell text, image, both, or none.
シンタックス
'宣言
 
Public Enum DisplayEnum 
   Inherits System.Enum
public enum DisplayEnum : System.Enum 
メンバ
メンバ解説
ImageOnlyDisplay image only (no text).
NoneNothing (cell stays blank).
OverlayDisplay the text over the image.
StackDisplay the text next to the image.
TextOnlyDisplay text only (no image).
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.DisplayEnum

参照

C1.Win.C1FlexGrid 名前空間