Dart.PowerWEB.TextBox Namespace > HtmlBoxTextWindow Class : ShowWindowBorder Property |
Gets or sets a value specifying if the editing window border is shown.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets/sets a value which determines if the border for the text window is shown.")>
Public Property ShowWindowBorder As Boolean
[C#]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets a value which determines if the border for the text window is shown.")]
public bool ShowWindowBorder {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets a value which determines if the border for the text window is shown.")]
public: __property bool get_ShowWindowBorder();
public: __property void set_ShowWindowBorder(
bool value
);
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets a value which determines if the border for the text window is shown.")]
public:
property bool ShowWindowBorder {
bool get();
void set (bool value);
}
true is the editing window border is shown, false otherwise. The default value is true.
This property differs from the style-related border properties of HtmlBoxTextWindow (such as HtmlBox.BorderStyle, HtmlBox.BorderWidth) in that those properties are used to draw a border around the editing window, while this property is used to get/set whether the intrinsic border of the editing window is displayed. This is a useful property for skin implementations, especially useful when HtmlBox.Transparent is true.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxTextWindow Class | HtmlBoxTextWindow Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.