See Also

HtmlBoxTextWindow Class  | HtmlBoxTextWindow Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

Transparent Property

Dart.PowerWEB.TextBox Namespace > HtmlBoxTextWindow Class : Transparent Property

Gets or sets a value indicating if the editing window is transparent.

[Visual Basic]
<NotifyParentPropertyAttribute(True)> <DescriptionAttribute("Gets/sets a value which determines if the text window is transparent.")> <DefaultValueAttribute()> Public Property Transparent As Boolean
[C#]
[NotifyParentPropertyAttribute(true)] [DescriptionAttribute("Gets/sets a value which determines if the text window is transparent.")] [DefaultValueAttribute()] public bool Transparent {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)] [DescriptionAttribute("Gets/sets a value which determines if the text window is transparent.")] [DefaultValueAttribute()] public: __property bool get_Transparent(); public: __property void set_Transparent(    bool value );
[C++/CLI]
[NotifyParentPropertyAttribute(true)] [DescriptionAttribute("Gets/sets a value which determines if the text window is transparent.")] [DefaultValueAttribute()] public: property bool Transparent {    bool get();    void set (bool value); }

Return Type

true if the editing window is transparent; false otherwise. The default value is true.

Remarks

When this property is set to true, the editing window will be transparent (allowing the background to show through) while still allowing typing/editing to occur. This property is useful in skin implementations.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBoxTextWindow Class  | HtmlBoxTextWindow Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.