|
|
|
|
|
XamlDisable (Function) In french: XamlDésactive Simulates the absence of .Net 3.0 framework. The .Net 3.0 framework is required to use the Carousel control, the Cube control and the Xaml control. When developing an application containing a Carousel control, a Cube control and/or an Xaml control, it may be useful to find out how the application will react on a computer not equipped with the .Net 3.0 framework (or later). XamlDisable is used to run this test.
IF InTestMode() = True THEN
XamlDisable()
END
Remarks Using the XamlDisable is equivalent to renaming the registry key: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v3.0"
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|