Dot NET Control objects

A .NET control is a component that was developed by using the Microsoft .NET Framework. You can configure and run .NET controls on FactoryTalk View SE displays. The actual functions are contained within a .NET Control object, which provides the configuration dialog boxes.
A .NET control includes:
  • Properties
    : Configure the .NET control or obtain information from it.
  • Methods
    : Invoke methods for the .NET control to perform a specific action.
  • Events
    : Trigger an action that runs every time the .NET control performs a specified event.
The .NET Control object provides built-in Windows Forms and WPF (Windows Presentation Foundation) controls. You can also import self-created controls or third-party libraries for more custom controls. If the custom controls that are developed with .NET Framework 3.5 or earlier do not function properly, install .NET Framework 3.5. For more information, see the Microsoft website https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/version-compatibility.
IMPORTANT:
The runtime behavior of .NET controls depends on the vendor's implementation. Test objects thoroughly before you run an application to ensure they behave as expected.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal