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