YWDataGridView コントロールで使用する、チェックボックス状のユーザー インターフェイス (UI) を表示します。

Namespace: YiaoWang.Windows.Forms
Assembly: YiaoWang.Windows.Forms (YiaoWang.Windows.Forms.dll 内) バージョン: 2.11.5.7 (2.11.5.7)

Syntax

C#
public class YWDataGridViewCheckBoxCell : DataGridViewCheckBoxCell
Visual Basic
Public Class YWDataGridViewCheckBoxCell _
	Inherits DataGridViewCheckBoxCell

Remarks

Inheritance Hierarchy

System..::..Object
  System.Windows.Forms..::..DataGridViewElement
    System.Windows.Forms..::..DataGridViewCell
      System.Windows.Forms..::..DataGridViewCheckBoxCell
        YiaoWang.Windows.Forms..::..YWDataGridViewCheckBoxCell

See Also