| 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.When set to false, all callback scripts for the control will be suppressed unless ForceScripts is called.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code