Dart.PowerWEB.TextBox Namespace > HtmlBox Class : Focus Property |
[Visual Basic]
<DescriptionAttribute("Gets/sets a value which indicates if the HtmlBox takes the mouse focus when it is loaded")>
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
Public Property Focus As Boolean
[C#]
[DescriptionAttribute("Gets/sets a value which indicates if the HtmlBox takes the mouse focus when it is loaded")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public bool Focus {get; set;}
[C++]
[DescriptionAttribute("Gets/sets a value which indicates if the HtmlBox takes the mouse focus when it is loaded")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public: __property bool get_Focus();
public: __property void set_Focus(
bool value
);
[C++/CLI]
[DescriptionAttribute("Gets/sets a value which indicates if the HtmlBox takes the mouse focus when it is loaded")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public:
property bool Focus {
bool get();
void set (bool value);
}
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.