Dart.PowerWEB.TextBox Namespace > HtmlBox Class : AutoSaveInterval Property |
Gets or sets a value which indicates the number of seconds between AutoSave events.
[Visual Basic]
<DefaultValueAttribute()>
<DescriptionAttribute("Gets/sets a value which indicates the number of seconds between AutoSave events.")>
<CategoryAttribute("Behavior")>
Public Property AutoSaveInterval As Integer
[C#]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets a value which indicates the number of seconds between AutoSave events.")]
[CategoryAttribute("Behavior")]
public int AutoSaveInterval {get; set;}
[C++]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets a value which indicates the number of seconds between AutoSave events.")]
[CategoryAttribute("Behavior")]
public: __property int get_AutoSaveInterval();
public: __property void set_AutoSaveInterval(
int value
);
[C++/CLI]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets a value which indicates the number of seconds between AutoSave events.")]
[CategoryAttribute("Behavior")]
public:
property int AutoSaveInterval {
int get();
void set (int value);
}
Gets or sets a value which indicates the number of seconds between AutoSave events.
See also AutoSaveFrequency.
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.