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

ToolStripLabel that allows databinding

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

Author: Đonny (dzonny@dzonny.cz)

Vertion history

1.5.2 (Release Candidate)
VersionAttribute and AuthorAttribute removed

Syntax

C#
[DefaultBindingPropertyAttribute("Text")]
[ToolboxBitmapAttribute(typeof(DataBoundToolStripLabel), "DataBoundToolStripLabel.bmp")]
[PrefixAttribute("dtl")]
public class DataBoundToolStripLabel : ToolStripLabel, 
	IBindableComponent
Visual Basic (Declaration)
<DefaultBindingPropertyAttribute("Text")> _
<ToolboxBitmapAttribute(GetType(DataBoundToolStripLabel), "DataBoundToolStripLabel.bmp")> _
<PrefixAttribute("dtl")> _
Public Class DataBoundToolStripLabel _
	Inherits ToolStripLabel _
	Implements IBindableComponent
Visual C++
[DefaultBindingPropertyAttribute(L"Text")]
[ToolboxBitmapAttribute(typeof(DataBoundToolStripLabel), L"DataBoundToolStripLabel.bmp")]
[PrefixAttribute(L"dtl")]
public ref class DataBoundToolStripLabel : public ToolStripLabel, 
	IBindableComponent
J#
/** @attribute DefaultBindingPropertyAttribute("Text") */
/** @attribute ToolboxBitmapAttribute(DataBoundToolStripLabel, "DataBoundToolStripLabel.bmp") */
/** @attribute PrefixAttribute("dtl") */
public class DataBoundToolStripLabel extends ToolStripLabel implements IBindableComponent
JScript
public class DataBoundToolStripLabel extends ToolStripLabel implements IBindableComponent

Remarks