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

Author: Đonny

RichTextBox with transparent background

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

Syntax

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

Remarks

This control is 100% transaprent and cannot have any other than transparent BackColor. To make it semi-transparent, put it onto semitransparent panel.

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..TextBoxBase
          System.Windows.Forms..::..RichTextBox
            Tools.WindowsT.FormsT..::..TransparentTextBox

See Also

Collapse/expand Version History

1.5.2