ListBoxHost Class

Helper class for creating a TypeEditorHostListBox instance.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class ListBoxHost _
    Inherits TypeEditorHostListBox
'Usage
Dim instance As ListBoxHost
[CLSCompliantAttribute(false)]
public class ListBoxHost : TypeEditorHostListBox
[CLSCompliantAttribute(false)]
public ref class ListBoxHost : public TypeEditorHostListBox
public class ListBoxHost extends TypeEditorHostListBox
[<CLSCompliantAttribute(false)>]
type ListBoxHost =  
    class
        inherit TypeEditorHostListBox
    end

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        TypeEditorHost
          TypeEditorHostListBox
            Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport.ListBoxHost

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ListBoxHost Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace