Creating .NET Objects
- Updated2025-04-01
- 1 minute(s) read
Creating .NET Objects
You can create .NET objects on the block diagram. Use a Constructor Node to create a .NET object on the block diagram and access properties and methods for the object. With .NET Framework, use a .NET container to create a .NET Framework control on the front panel. You also can add .NET Framework controls to the Controls palette for later use. You can handle events for .NET Framework objects.
.NET Framework objects can be visible or invisible to the user. For example, buttons, windows, pictures, documents, and dialog boxes are visible to users. Application objects are invisible to users.
.NET Framework controls automatically use the user interface execution system.
Use the .NET functions to access the .NET objects and their associated properties and methods.