拡張された項目のリストを表示する Windows コントロールを表します。

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

Syntax

C#
public class YWListBox : ListBox, IYWData, 
	IYWEditable, IYWFocus
Visual Basic
Public Class YWListBox _
	Inherits ListBox _
	Implements IYWData, IYWEditable, IYWFocus

Remarks

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ListControl
          System.Windows.Forms..::..ListBox
            YiaoWang.Windows.Forms..::..YWListBox

See Also