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