[This is preliminary documentation and is subject to change.]
Author: Đonny
ToolStripLabel that allows databinding
Namespace: Tools.WindowsT.FormsTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[DefaultBindingPropertyAttribute("Text")] [PrefixAttribute("dtl")] [ToolboxBitmapAttribute(typeof(DataBoundToolStripLabel), "DataBoundToolStripLabel.bmp")] public class DataBoundToolStripLabel : ToolStripLabel, IBindableComponent |
| Visual Basic |
|---|
<DefaultBindingPropertyAttribute("Text")> _ <PrefixAttribute("dtl")> _ <ToolboxBitmapAttribute(GetType(DataBoundToolStripLabel), "DataBoundToolStripLabel.bmp")> _ Public Class DataBoundToolStripLabel _ Inherits ToolStripLabel _ Implements IBindableComponent |
| Visual C++ |
|---|
[DefaultBindingPropertyAttribute(L"Text")] [PrefixAttribute(L"dtl")] [ToolboxBitmapAttribute(typeof(DataBoundToolStripLabel), L"DataBoundToolStripLabel.bmp")] public ref class DataBoundToolStripLabel : public ToolStripLabel, IBindableComponent |
| F# |
|---|
[<DefaultBindingPropertyAttribute("Text")>] [<PrefixAttribute("dtl")>] [<ToolboxBitmapAttribute(typeof(DataBoundToolStripLabel), "DataBoundToolStripLabel.bmp")>] type DataBoundToolStripLabel = class inherit ToolStripLabel interface IBindableComponent end |
| JScript |
|---|
public class DataBoundToolStripLabel extends ToolStripLabel implements IBindableComponent |
Remarks
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..ToolStripItem
System.Windows.Forms..::..ToolStripLabel
Tools.WindowsT.FormsT..::..DataBoundToolStripLabel
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..ToolStripItem
System.Windows.Forms..::..ToolStripLabel
Tools.WindowsT.FormsT..::..DataBoundToolStripLabel
See Also
Version History
1.5.2
- (RC) VersionAttribute and AuthorAttribute removed