Force script generation when AutogenScripts is set to false.
Syntax
| Visual Basic (Declaration) | |
|---|
<DescriptionAttribute("Call to force script generation when AutogenScripts is set to false.")>
Public Sub ForceScripts() |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As LiveHyperLink
instance.ForceScripts() |
| C# | |
|---|
[DescriptionAttribute("Call to force script generation when AutogenScripts is set to false.")]
public void ForceScripts() |
| C++/CLI | |
|---|
[DescriptionAttribute("Call to force script generation when AutogenScripts is set to false.")]
public:
void ForceScripts(); |
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also