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

Author: Đonny

Note: This control will be removed and replaced with attachable implementation of StatusMarker

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

Syntax

C#
[DefaultEventAttribute("TextChanged")]
[ToolboxBitmapAttribute(typeof(StatusMarker), "TextBoxWithStatus.bmp")]
[FirstVersionAttribute("06/22/2007")]
[DesignerGeneratedAttribute]
[ObsoleteAttribute("This control will be removed and replaced wit attachable StatusMarker")]
[PrefixAttribute("tws")]
[VersionAttribute(, , typeof(TextBoxWithStatus), LastChange = "07/22/2007")]
[DefaultPropertyAttribute("Text")]
public class TextBoxWithStatus : UserControl
Visual Basic
<DefaultEventAttribute("TextChanged")> _
<ToolboxBitmapAttribute(GetType(StatusMarker), "TextBoxWithStatus.bmp")> _
<FirstVersionAttribute("06/22/2007")> _
<DesignerGeneratedAttribute> _
<ObsoleteAttribute("This control will be removed and replaced wit attachable StatusMarker")> _
<PrefixAttribute("tws")> _
<VersionAttribute(, , GetType(TextBoxWithStatus), LastChange := "07/22/2007")> _
<DefaultPropertyAttribute("Text")> _
Public Class TextBoxWithStatus _
	Inherits UserControl
Visual C++
[DefaultEventAttribute(L"TextChanged")]
[ToolboxBitmapAttribute(typeof(StatusMarker), L"TextBoxWithStatus.bmp")]
[FirstVersionAttribute(L"06/22/2007")]
[DesignerGeneratedAttribute]
[ObsoleteAttribute(L"This control will be removed and replaced wit attachable StatusMarker")]
[PrefixAttribute(L"tws")]
[VersionAttribute(, , typeof(TextBoxWithStatus), LastChange = L"07/22/2007")]
[DefaultPropertyAttribute(L"Text")]
public ref class TextBoxWithStatus : public UserControl
F#
[<DefaultEventAttribute("TextChanged")>]
[<ToolboxBitmapAttribute(typeof(StatusMarker), "TextBoxWithStatus.bmp")>]
[<FirstVersionAttribute("06/22/2007")>]
[<DesignerGeneratedAttribute>]
[<ObsoleteAttribute("This control will be removed and replaced wit attachable StatusMarker")>]
[<PrefixAttribute("tws")>]
[<VersionAttribute(, , typeof(TextBoxWithStatus), LastChange = "07/22/2007")>]
[<DefaultPropertyAttribute("Text")>]
type TextBoxWithStatus =  
    class
        inherit UserControl
    end
JScript
public class TextBoxWithStatus extends UserControl

Inheritance Hierarchy

See Also