.NET Control:  Additional CimEdit Configuration

Properties that are available to the .NET controls in their Control Properties lists vary widely. Some .NET controls can be completely customized for your system by simply entering and/or selecting values in the Control Properties list. More often some additional configuration will be required.

CimEdit provides extensive additional configuration options for the .NET control when more than the data types in the control's Properties - Object dialog box>Control Properties list is required.

CimEdit enables you to:

  • Get or set properties of the primitive and complex data types;
  • Call methods.
  • Handle events.

Because .NET Component Hosting exposes all of the properties, methods and events of the underlying .NET component with appropriate data conversions, the underlying component can be fully manipulated with CimEdit scripting.

Examples that Demonstrate Simple to more Complex .NET Control Configuration