PowerWEB LiveControls for ASP.NET
AutogenScripts Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveImage Class : AutogenScripts Property



Gets or sets whether scripts should automatically be generated.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("When set to false, all callback scripts for the control will be suppressed unless ForceScripts() is called.")>
Public Property AutogenScripts As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LiveImage
Dim value As Boolean
 
instance.AutogenScripts = value
 
value = instance.AutogenScripts
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("When set to false, all callback scripts for the control will be suppressed unless ForceScripts() is called.")]
public bool AutogenScripts {get; set;}
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("When set to false, all callback scripts for the control will be suppressed unless ForceScripts() is called.")]
public:
property bool AutogenScripts {
   bool get();
   void set (    bool value);
}

Property Value

Defaults to true.

Remarks

When set to false, all callback scripts for the control will be suppressed unless ForceScripts is called.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.