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

Author: Đonny

Label which's background *really* transparent

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

Syntax

C#
[ToolboxBitmapAttribute(typeof(TransparentLabel), "TransparentLabel.bmp")]
[DefaultPropertyAttribute("Text")]
[PrefixAttribute("tlb")]
[DefaultBindingPropertyAttribute("Text")]
[DefaultEventAttribute("Click")]
public class TransparentLabel : Label
Visual Basic
<ToolboxBitmapAttribute(GetType(TransparentLabel), "TransparentLabel.bmp")> _
<DefaultPropertyAttribute("Text")> _
<PrefixAttribute("tlb")> _
<DefaultBindingPropertyAttribute("Text")> _
<DefaultEventAttribute("Click")> _
Public Class TransparentLabel _
	Inherits Label
Visual C++
[ToolboxBitmapAttribute(typeof(TransparentLabel), L"TransparentLabel.bmp")]
[DefaultPropertyAttribute(L"Text")]
[PrefixAttribute(L"tlb")]
[DefaultBindingPropertyAttribute(L"Text")]
[DefaultEventAttribute(L"Click")]
public ref class TransparentLabel : public Label
F#
[<ToolboxBitmapAttribute(typeof(TransparentLabel), "TransparentLabel.bmp")>]
[<DefaultPropertyAttribute("Text")>]
[<PrefixAttribute("tlb")>]
[<DefaultBindingPropertyAttribute("Text")>]
[<DefaultEventAttribute("Click")>]
type TransparentLabel =  
    class
        inherit Label
    end
JScript
public class TransparentLabel extends Label

Remarks

To make this contro, transparent or semi-transparent se background color to color with alpha chanel

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..Label
          Tools.WindowsT.FormsT..::..TransparentLabel

See Also

Collapse/expand Version History

1.5.2