次の方法で共有


ComboBox クラス (2007 System)

更新 : 2007 年 11 月

Microsoft Office Excel ワークシートに追加できる Windows フォームの ComboBox を表します。

名前空間 :  Microsoft.Office.Tools.Excel.Controls
アセンブリ :  Microsoft.Office.Tools.Excel.v9.0 (Microsoft.Office.Tools.Excel.v9.0.dll 内)

構文

'宣言
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class ComboBox _
    Inherits ComboBox _
    Implements ISupportInitializeExtendedControl
'使用
Dim instance As ComboBox
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class ComboBox : ComboBox, ISupportInitializeExtendedControl

解説

Microsoft.Office.Tools.Excel.Controls.ComboBox は、System.Windows.Forms.ComboBox とは異なります。Microsoft.Office.Tools.Excel.Controls.ComboBox には、追加のメンバがあり、これにより、Excel ワークシートに追加できるようになり、また、追加のメソッドやプロパティが使用できるようになります。

New コンストラクタは、新しい ComboBox を作成する目的で使用しないでください。AddComboBox メソッドを使用して新しい ComboBox をワークシートに追加します。

継承階層

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.ListControl
          System.Windows.Forms.ComboBox
            Microsoft.Office.Tools.Excel.Controls.ComboBox

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

参照

参照

ComboBox メンバ

Microsoft.Office.Tools.Excel.Controls 名前空間