View and change the properties of .NET controls
- Last UpdatedNov 26, 2024
- 1 minute read
When you embed a .NET control into a symbol, the native properties of the .NET control are imported into the Properties Editor in property categories.
Also, the element container of the .NET control has properties such as:
-
Name
-
X, Y, Width, Height, AbsoluteOrigin, RelativeOrigin, and Locked
-
FillColor
-
TextColor and Font
-
Enabled, TabOrder, TabStop, and Visible
The element container properties override the native properties of the .NET control.
You can view and change the properties of the control in the Properties Editor.
View or change the properties of a .NET control
-
Select the embedded .NET control on the canvas.
-
In the Properties Editor, locate a:
-
Container property in the property categories Graphic, Appearance, Fill Style, Text Style or Runtime Behavior.
-
Native property in other property categories.
-
-
View or change the located property. For more information, see the System Platform IDE help.