[This is preliminary documentation and is subject to change.]

Author: Đonny

ToolStripComboBox that allows databinding

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[ToolboxBitmapAttribute(typeof(DataBoundToolStripComboBox), "DataBoundToolStripComboBox.bmp")]
[DefaultBindingPropertyAttribute("Text")]
[LookupBindingPropertiesAttribute("DataSource", "DisplayMember", "ValueMember", "SelectedValue")]
[PrefixAttribute("dtc")]
public class DataBoundToolStripComboBox : ToolStripComboBox, 
	IBindableComponent
Visual Basic
<ToolboxBitmapAttribute(GetType(DataBoundToolStripComboBox), "DataBoundToolStripComboBox.bmp")> _
<DefaultBindingPropertyAttribute("Text")> _
<LookupBindingPropertiesAttribute("DataSource", "DisplayMember", "ValueMember", "SelectedValue")> _
<PrefixAttribute("dtc")> _
Public Class DataBoundToolStripComboBox _
	Inherits ToolStripComboBox _
	Implements IBindableComponent
Visual C++
[ToolboxBitmapAttribute(typeof(DataBoundToolStripComboBox), L"DataBoundToolStripComboBox.bmp")]
[DefaultBindingPropertyAttribute(L"Text")]
[LookupBindingPropertiesAttribute(L"DataSource", L"DisplayMember", L"ValueMember", 
	L"SelectedValue")]
[PrefixAttribute(L"dtc")]
public ref class DataBoundToolStripComboBox : public ToolStripComboBox, 
	IBindableComponent
F#
[<ToolboxBitmapAttribute(typeof(DataBoundToolStripComboBox), "DataBoundToolStripComboBox.bmp")>]
[<DefaultBindingPropertyAttribute("Text")>]
[<LookupBindingPropertiesAttribute("DataSource", "DisplayMember", "ValueMember", "SelectedValue")>]
[<PrefixAttribute("dtc")>]
type DataBoundToolStripComboBox =  
    class
        inherit ToolStripComboBox
        interface IBindableComponent
    end
JScript
public class DataBoundToolStripComboBox extends ToolStripComboBox implements IBindableComponent

Inheritance Hierarchy

See Also

Collapse/expand Version History

1.5.2