ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / XAML functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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.
Example
// Simulate the absence of .Net 3.0 framework
IF InTestMode() = True THEN
XamlDisable()
END
Syntax
XamlDisable()
Remarks
The use of XamlDisable is equivalent to a rename operation performed on the registry key:
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v3.0"
Component: wd290obj.dll
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help