[This is preliminary documentation and is subject to change.]
Author: Đonny
ToolStripComboBox that allows databinding
Namespace: Tools.WindowsT.FormsTAssembly: 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
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..ToolStripItem
System.Windows.Forms..::..ToolStripControlHost
System.Windows.Forms..::..ToolStripComboBox
Tools.WindowsT.FormsT..::..DataBoundToolStripComboBox
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..ToolStripItem
System.Windows.Forms..::..ToolStripControlHost
System.Windows.Forms..::..ToolStripComboBox
Tools.WindowsT.FormsT..::..DataBoundToolStripComboBox
See Also
Version History
1.5.2
- (RC) VersionAttribute and AuthorAttribute removed