How to manage 3D control templates |
|
The definition of "3D control template" is very simple: a collection of settings, stored inside a file with .3BT extension, that will be applied to the control all at once. The use of 3D control templates can simplify the support for skinned applications. There are two kinds of button templates:
When developing an application targeted for .NET Framework 2 to 4 you can manage 3D control templates directly from the control's context menu, opened by right-clicking the control with the mouse, or through the 3D Button Visual Editor: both scenarios are described inside the tutorial How to manage 3D control templates at design-time with .NET Framework 2 to 4 When developing an application targeted for .NET 5 or higher, the context menu mentioned above is not available so you will have to manage 3D control templates through the 3D Button Visual Editor application as described inside the tutorial How to manage 3D control templates at design-time with .NET 5, 6 and Core 3.1
|