Dart.PowerWEB.TextBox Namespace > HtmlBox Class : TextWindow Property |
Gets an HtmlBoxTextWindow control representing the actual editing window of the HtmlBox.
[Visual Basic]
<PersistenceModeAttribute()>
<CategoryAttribute()>
<DesignerSerializationVisibilityAttribute()>
<DescriptionAttribute("Returns the HtmlBoxWindow which represents the text window on which text is displayed.")>
<NotifyParentPropertyAttribute(True)>
Public Property TextWindow As HtmlBoxTextWindow
[C#]
[PersistenceModeAttribute()]
[CategoryAttribute()]
[DesignerSerializationVisibilityAttribute()]
[DescriptionAttribute("Returns the HtmlBoxWindow which represents the text window on which text is displayed.")]
[NotifyParentPropertyAttribute(true)]
public HtmlBoxTextWindow TextWindow {get; set;}
[C++]
[PersistenceModeAttribute()]
[CategoryAttribute()]
[DesignerSerializationVisibilityAttribute()]
[DescriptionAttribute("Returns the HtmlBoxWindow which represents the text window on which text is displayed.")]
[NotifyParentPropertyAttribute(true)]
public: __property HtmlBoxTextWindow* get_TextWindow();
public: __property void set_TextWindow(
HtmlBoxTextWindow* value
);
[C++/CLI]
[PersistenceModeAttribute()]
[CategoryAttribute()]
[DesignerSerializationVisibilityAttribute()]
[DescriptionAttribute("Returns the HtmlBoxWindow which represents the text window on which text is displayed.")]
[NotifyParentPropertyAttribute(true)]
public:
property HtmlBoxTextWindow^ TextWindow {
HtmlBoxTextWindow^ get();
void set (HtmlBoxTextWindow^ value);
}
An HtmlBoxTextWindow control representing the actual editing window of the HtmlBox.
Set the properties of this object to change the visual representation of the text window. For example, set the HtmlBoxTextWindow.Transparent property to cause the text window to be transparent. Set the HtmlBoxTextWindow.BackgroundImage property to place a backround image on the text window.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.