FlexReport for WinForms
CheckMarkStyle 列挙体


C1.Report アセンブリ > C1.Report 名前空間 : CheckMarkStyle 列挙体
Gets or sets the style of a check mark.
シンタックス
'宣言
 
Public Enum CheckMarkStyle 
   Inherits System.Enum
'使用法
 
Dim instance As CheckMarkStyle
public enum CheckMarkStyle : System.Enum 
メンバ
メンバ解説
CheckBox
The check mark looks like a check box.
CrossBox
The check mark looks like a cross box.
CustomImage
The check mark is drawn using custom images specified by CheckedImage, UncheckedImage and IndeterminateImage properties.
CustomSymbol
The check mark is drawn using custom symbols specified by CheckedSymbol, UncheckedSymbol and IndeterminateSymbol properties.
RadioButton
The check mark looks like a radio button.
Standard
The check mark looks like the check mark in the standard CheckBox control.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Report.CheckMarkStyle

参照

参照

C1.Report 名前空間