C# API and control extensions
- mhargreaves
- Posts:84
- Joined: Thu Nov 11, 2010 12:31 pm
C# API and control extensions
Is there any way of creating a control extension using the C# API?
- Gertjan van Schijndel
- Posts:634
- Joined: Mon Aug 02, 2010 10:37 am
Re: C# API and control extensions
It is not possible to create a control extension using the C# API, however it is possible to wrap a wrap a C#/.NET assembly in a control extension.